Coverage report: 27%

Files Functions Classes

coverage.py v7.5.1, created at 2024-05-15 10:01 +0000

File function statements missing excluded branches partial coverage
python/lsst/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/analysis/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/analysis/tools/__init__.py (no function) 4 0 0 0 0 100%
python/lsst/analysis/tools/actions/__init__.py (no function) 0 0 0 0 0 100%
python/lsst/analysis/tools/actions/keyedData/__init__.py (no function) 3 0 0 0 0 100%
python/lsst/analysis/tools/actions/keyedData/calcDistances.py CalcRelativeDistances.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/calcDistances.py CalcRelativeDistances.__call__ 84 84 0 16 0 0%
python/lsst/analysis/tools/actions/keyedData/calcDistances.py CalcRelativeDistances.__call__._compressArray 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/keyedData/calcDistances.py sphDist 5 5 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/calcDistances.py (no function) 21 0 0 0 0 100%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py ChainedKeyedDataActions.getInputSchema 2 2 0 2 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py ChainedKeyedDataActions.getOutputSchema 4 4 0 4 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py ChainedKeyedDataActions.__call__ 5 5 0 4 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py AddComputedVector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py AddComputedVector.getOutputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py AddComputedVector.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py KeyedDataSelectorAction.getInputSchema 3 3 0 4 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py KeyedDataSelectorAction.getOutputSchema 1 1 0 2 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py KeyedDataSelectorAction.__call__ 13 13 0 10 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py KeyedScalars.getInputSchema 2 2 0 2 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py KeyedScalars.getOutputSchema 2 2 0 2 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py KeyedScalars.__call__ 4 4 0 2 0 0%
python/lsst/analysis/tools/actions/keyedData/keyedDataActions.py (no function) 30 0 0 0 0 100%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py _stellarLocusFit 60 60 0 16 0 0%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py _setFitParamsNans 9 9 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py perpDistance 7 7 0 4 0 0%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py calcQuartileClippedStats 10 10 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py StellarLocusFitAction.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py StellarLocusFitAction.getOutputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py StellarLocusFitAction.__call__ 39 39 0 12 0 0%
python/lsst/analysis/tools/actions/keyedData/stellarLocusFit.py (no function) 18 0 0 0 0 100%
python/lsst/analysis/tools/actions/keyedData/summaryStatistics.py SummaryStatisticAction.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/summaryStatistics.py SummaryStatisticAction.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/keyedData/summaryStatistics.py (no function) 10 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/__init__.py (no function) 15 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot.getInputSchema 3 3 0 4 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot.makePlot 18 18 0 4 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot._makeAxes 16 16 0 8 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot._assignColors 14 14 0 6 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot._makePanel 22 22 0 8 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot._assignBinElements 18 18 0 8 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot._sortBarBins 9 9 0 2 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot._getBarWidths 15 15 0 4 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py BarPlot._addStatisticsPanel 7 7 0 0 0 0%
python/lsst/analysis/tools/actions/plot/barPlots.py (no function) 30 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/calculateRange.py MinMax.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/plot/calculateRange.py Med2Mad.__call__ 5 5 0 0 0 0%
python/lsst/analysis/tools/actions/plot/calculateRange.py (no function) 9 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/colorColorFitPlot.py ColorColorFitPlot.getInputSchema 13 13 0 0 0 0%
python/lsst/analysis/tools/actions/plot/colorColorFitPlot.py ColorColorFitPlot.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/colorColorFitPlot.py ColorColorFitPlot._validateInput 7 7 0 7 0 0%
python/lsst/analysis/tools/actions/plot/colorColorFitPlot.py ColorColorFitPlot.makePlot 185 185 0 32 0 0%
python/lsst/analysis/tools/actions/plot/colorColorFitPlot.py (no function) 30 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/diaSkyPlot.py DiaSkyPlot.getInputSchema 4 4 0 4 0 0%
python/lsst/analysis/tools/actions/plot/diaSkyPlot.py DiaSkyPlot.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/plot/diaSkyPlot.py DiaSkyPlot.makePlot 9 9 0 4 0 0%
python/lsst/analysis/tools/actions/plot/diaSkyPlot.py DiaSkyPlot._makeAxes 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/plot/diaSkyPlot.py DiaSkyPlot._makePanel 24 24 0 16 0 0%
python/lsst/analysis/tools/actions/plot/diaSkyPlot.py (no function) 24 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/elements/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/elements/histElement.py HistElement.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/elements/histElement.py (no function) 15 2 0 2 1 82%
python/lsst/analysis/tools/actions/plot/elements/scatterElement.py ScatterElement.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/plot/elements/scatterElement.py ScatterElement._validateInputs 2 2 0 2 0 0%
python/lsst/analysis/tools/actions/plot/elements/scatterElement.py (no function) 18 2 0 2 1 85%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py FocalPlanePlot.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py FocalPlanePlot._validateInput 7 7 0 7 0 0%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py FocalPlanePlot.getInputSchema 6 6 0 0 0 0%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py FocalPlanePlot.statsAndText 7 7 0 2 0 0%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py FocalPlanePlot._addHistogram 10 10 0 0 0 0%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py FocalPlanePlot.makePlot 64 64 0 16 0 0%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py FocalPlaneGeometryPlot.getInputSchema 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py FocalPlaneGeometryPlot.makePlot 101 101 0 34 0 0%
python/lsst/analysis/tools/actions/plot/focalPlanePlot.py (no function) 39 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/gridPlot.py GridPlot.__call__ 33 33 0 24 0 0%
python/lsst/analysis/tools/actions/plot/gridPlot.py GridPlot.validate 5 5 0 4 0 0%
python/lsst/analysis/tools/actions/plot/gridPlot.py (no function) 27 1 0 2 1 93%
python/lsst/analysis/tools/actions/plot/histPlot.py HistStatsPanel.validate 3 3 0 2 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPanel.validate 13 13 0 8 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot.getInputSchema 3 3 0 4 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot.makePlot 28 28 0 6 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot._makeAxes 16 16 0 8 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot._assignColors 14 14 0 6 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot._makePanel 43 43 0 26 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot._getPanelRange 18 18 0 8 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot._getPercentilePanelRange 8 8 0 4 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot._calcStats 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot._addReferenceLines 24 24 0 8 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py HistPlot._addStatisticsPanel 10 10 0 4 0 0%
python/lsst/analysis/tools/actions/plot/histPlot.py (no function) 48 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/interpolateDetectorPlot.py InterpolateDetectorMetricPlot.getInputSchema 5 5 0 0 0 0%
python/lsst/analysis/tools/actions/plot/interpolateDetectorPlot.py InterpolateDetectorMetricPlot.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/plot/interpolateDetectorPlot.py InterpolateDetectorMetricPlot.makePlot 20 20 0 2 0 0%
python/lsst/analysis/tools/actions/plot/interpolateDetectorPlot.py (no function) 23 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/matrixPlot.py MatrixPlot.getInputSchema 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/plot/matrixPlot.py MatrixPlot.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/matrixPlot.py MatrixPlot._validateInput 12 12 0 12 0 0%
python/lsst/analysis/tools/actions/plot/matrixPlot.py MatrixPlot.makePlot 91 91 0 60 0 0%
python/lsst/analysis/tools/actions/plot/matrixPlot.py (no function) 54 2 0 10 4 91%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py MultiVisitCoveragePlot.getInputSchema 4 4 0 2 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py MultiVisitCoveragePlot.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py MultiVisitCoveragePlot._validateInput 14 14 0 16 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py MultiVisitCoveragePlot.makePlot 280 280 0 140 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py MultiVisitCoveragePlot._getTractLimitsDict 11 11 0 2 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py MultiVisitCoveragePlot._planeAreaSelector 7 7 0 2 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py MultiVisitCoveragePlot._trimDataToTracts 18 18 0 2 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py _tickFormatter 22 22 0 20 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py _setLimitsToEqualRatio 10 10 0 4 0 0%
python/lsst/analysis/tools/actions/plot/multiVisitCoveragePlot.py (no function) 45 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/plotUtils.py generateSummaryStats 34 34 0 14 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py generateSummaryStatsVisit 14 14 0 6 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py get_and_remove_axis_text 28 28 0 12 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py get_and_remove_figure_text 10 10 0 4 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py addPlotInfo 38 38 0 22 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py mkColormap 12 0 0 2 0 100%
python/lsst/analysis/tools/actions/plot/plotUtils.py extremaSort 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py sortAllArrays 4 4 0 2 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py addSummaryPlot 41 41 0 8 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py shorten_list 16 16 0 10 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py plotProjectionWithBinning 27 27 0 14 0 0%
python/lsst/analysis/tools/actions/plot/plotUtils.py (no function) 38 1 0 2 1 95%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py CustomHandler.create_artists 4 4 0 2 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot._validateInput 17 17 0 21 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot.addPlotInfo 10 10 0 0 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot.makePlot 73 73 0 20 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot.getOutputNames 6 6 0 4 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot.getZoomedExtent 7 7 0 2 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot.prettyPrintFloat 3 3 0 2 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot.addTextToColorbar 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py PropertyMapPlot.getLongestSuffixMatch 1 1 0 2 0 0%
python/lsst/analysis/tools/actions/plot/propertyMapPlot.py (no function) 33 0 0 8 0 100%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py RhoStatisticsPlot.setDefaults 11 11 0 4 0 0%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py RhoStatisticsPlot.getInputSchema 10 10 0 0 0 0%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py RhoStatisticsPlot.getOutputNames 2 2 0 2 0 0%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py RhoStatisticsPlot.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py RhoStatisticsPlot._validateInput 3 3 0 2 0 0%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py RhoStatisticsPlot.makePlot 13 13 0 6 0 0%
python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py (no function) 17 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotStatsAction._get_key_prefix 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotStatsAction.getInputSchema 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotStatsAction.getOutputSchema 5 5 0 0 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotStatsAction.__call__ 25 25 0 4 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py _validObjectTypes 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotWithTwoHists.getInputSchema 15 15 0 6 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotWithTwoHists.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotWithTwoHists._validateInput 7 7 0 7 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotWithTwoHists.makePlot 23 23 0 8 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotWithTwoHists._scatterPlot 147 147 0 36 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotWithTwoHists._makeTopHistogram 18 18 0 10 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py ScatterPlotWithTwoHists._makeSideHistogram 25 25 0 12 0 0%
python/lsst/analysis/tools/actions/plot/scatterplotWithTwoHists.py (no function) 68 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/skyPlot.py SkyPlot.getInputSchema 22 22 0 8 0 0%
python/lsst/analysis/tools/actions/plot/skyPlot.py SkyPlot.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/skyPlot.py SkyPlot._validateInput 7 7 0 7 0 0%
python/lsst/analysis/tools/actions/plot/skyPlot.py SkyPlot.statsAndText 7 7 0 2 0 0%
python/lsst/analysis/tools/actions/plot/skyPlot.py SkyPlot.makePlot 113 113 0 46 0 0%
python/lsst/analysis/tools/actions/plot/skyPlot.py (no function) 29 0 0 0 0 100%
python/lsst/analysis/tools/actions/plot/xyPlot.py XYPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/xyPlot.py XYPlot.validate 3 3 0 2 0 0%
python/lsst/analysis/tools/actions/plot/xyPlot.py XYPlot.getInputSchema 6 6 0 0 0 0%
python/lsst/analysis/tools/actions/plot/xyPlot.py XYPlot.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/plot/xyPlot.py XYPlot._validateInput 3 3 0 4 0 0%
python/lsst/analysis/tools/actions/plot/xyPlot.py XYPlot.makePlot 33 33 0 18 0 0%
python/lsst/analysis/tools/actions/plot/xyPlot.py (no function) 29 2 0 6 1 91%
python/lsst/analysis/tools/actions/scalar/__init__.py (no function) 1 0 0 0 0 100%
python/lsst/analysis/tools/actions/scalar/scalarActions.py ScalarFromVectorAction.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py MedianAction.__call__ 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py MeanAction.__call__ 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py StdevAction.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py RmsAction.__call__ 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py ValueAction.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py SigmaMadAction.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py CountAction.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py CountAction.__call__ 13 13 0 6 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py CountUniqueAction.__call__ 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py ApproxFloor.__call__ 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py FracThreshold.__call__ 18 18 0 10 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py MaxAction.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py MinAction.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py FracInRange.__call__ 9 9 0 2 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py FracNan.__call__ 8 8 0 2 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py SumAction.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py MedianHistAction.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py MedianHistAction.histMedian 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py MedianHistAction.__call__ 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py IqrHistAction.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py IqrHistAction.histIqr 7 7 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py IqrHistAction.__call__ 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py DivideScalar.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py DivideScalar.__call__ 5 5 0 2 0 0%
python/lsst/analysis/tools/actions/scalar/scalarActions.py (no function) 73 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/__init__.py (no function) 7 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.getOutputSchema 7 7 0 4 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.name_count 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.name_mask 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.name_median 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.name_select_maximum 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.name_select_median 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.name_select_minimum 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.name_sigmaMad 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py CalcBinnedStatsAction.__call__ 23 23 0 8 0 0%
python/lsst/analysis/tools/actions/vector/calcBinnedStats.py (no function) 33 0 0 14 0 100%
python/lsst/analysis/tools/actions/vector/calcMomentSize.py CalcMomentSize.getInputSchema 3 3 0 2 0 0%
python/lsst/analysis/tools/actions/vector/calcMomentSize.py CalcMomentSize.__call__ 14 14 0 6 0 0%
python/lsst/analysis/tools/actions/vector/calcMomentSize.py CalcMomentSize.validate 4 4 0 2 0 0%
python/lsst/analysis/tools/actions/vector/calcMomentSize.py (no function) 15 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/calcRhoStatistics.py TreecorrConfig.validate 9 9 0 8 0 0%
python/lsst/analysis/tools/actions/vector/calcRhoStatistics.py CalcRhoStatistics.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcRhoStatistics.py CalcRhoStatistics.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/calcRhoStatistics.py CalcRhoStatistics.__call__ 29 29 0 4 0 0%
python/lsst/analysis/tools/actions/vector/calcRhoStatistics.py CalcRhoStatistics._corrSpin0 9 9 0 2 0 0%
python/lsst/analysis/tools/actions/vector/calcRhoStatistics.py CalcRhoStatistics._corrSpin2 9 9 0 2 0 0%
python/lsst/analysis/tools/actions/vector/calcRhoStatistics.py (no function) 49 2 0 14 3 92%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcE.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcE.__call__ 15 15 0 8 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcEDiff.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcEDiff.validate 4 4 0 2 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcEDiff.__call__ 11 11 0 6 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcE1.getInputSchema 3 3 0 2 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcE1.__call__ 5 5 0 2 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcE1.validate 4 4 0 2 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcE2.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py CalcE2.__call__ 5 5 0 2 0 0%
python/lsst/analysis/tools/actions/vector/ellipticity.py (no function) 39 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/mathActions.py ConstantValue.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py ConstantValue.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py AddVector.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py AddVector.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py SubtractVector.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py SubtractVector.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py MultiplyVector.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py MultiplyVector.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py DivideVector.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py DivideVector.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py SqrtVector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py SqrtVector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py SquareVector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py SquareVector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py RaiseFromBaseVector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py RaiseFromBaseVector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py RaiseToPowerVector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py RaiseToPowerVector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py Log10Vector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py Log10Vector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py FractionalDifference.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py FractionalDifference.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/mathActions.py (no function) 60 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/selectors.py SelectorBase._addValueToPlotInfo 6 6 0 6 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py FlagSelector.getInputSchema 2 2 0 2 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py FlagSelector.__call__ 14 14 0 10 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py CoaddPlotFlagSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py CoaddPlotFlagSelector.refMatchContext 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py CoaddPlotFlagSelector.__call__ 16 16 0 10 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py CoaddPlotFlagSelector.setDefaults 2 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/selectors.py MatchingFlagSelector.setDefaults 2 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/selectors.py VisitPlotFlagSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py VisitPlotFlagSelector.refMatchContext 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py VisitPlotFlagSelector.__call__ 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py VisitPlotFlagSelector.setDefaults 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py RangeSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py RangeSelector.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py SnSelector.getInputSchema 5 5 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py SnSelector.__call__ 27 27 0 14 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py SkyObjectSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py SkyObjectSelector.__call__ 16 16 0 10 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py SkyObjectSelector.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py SkySourceSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py SkySourceSelector.__call__ 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py SkySourceSelector.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py GoodDiaSourceSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py GoodDiaSourceSelector.__call__ 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py GoodDiaSourceSelector.setDefaults 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py GoodDiaSourceSelector.drpContext 2 2 0 2 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py ExtendednessSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py ExtendednessSelector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py StarSelector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py GalaxySelector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py UnknownSelector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py VectorSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py VectorSelector.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py ThresholdSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py ThresholdSelector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py BandSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py BandSelector.__call__ 13 13 0 8 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py ParentObjectSelector.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py ChildObjectSelector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py ChildObjectSelector.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py MagSelector.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py MagSelector.__call__ 29 29 0 18 0 0%
python/lsst/analysis/tools/actions/vector/selectors.py (no function) 101 0 0 0 0 100%
python/lsst/analysis/tools/actions/vector/vectorActions.py LoadVector.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py LoadVector.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py DownselectVector.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py DownselectVector.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py MultiCriteriaDownselectVector.getInputSchema 3 3 0 2 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py MultiCriteriaDownselectVector.__call__ 7 7 0 4 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py CalcSn.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py CalcSn.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ColorDiff.getInputSchema 4 4 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ColorDiff.__call__ 4 4 0 2 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ColorError.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ColorError.__call__ 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ConvertFluxToMag.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ConvertFluxToMag.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ConvertUnits.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ConvertUnits.__call__ 2 2 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py MagDiff.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py MagDiff.__call__ 6 6 0 2 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ExtinctionCorrectedMagDiff.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ExtinctionCorrectedMagDiff.__call__ 17 17 0 8 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py RAcosDec.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py RAcosDec.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py AngularSeparation.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py AngularSeparation.__call__ 7 7 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py PerGroupStatistic.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py PerGroupStatistic.__call__ 3 3 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ResidualWithPerGroupStatistic.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py ResidualWithPerGroupStatistic.__call__ 6 6 0 0 0 0%
python/lsst/analysis/tools/actions/vector/vectorActions.py (no function) 100 0 0 0 0 100%
python/lsst/analysis/tools/atools/__init__.py (no function) 36 0 0 0 0 100%
python/lsst/analysis/tools/atools/amplifierCorrelation.py BaseCorrelationPlot.setupPlot 17 17 0 0 0 0%
python/lsst/analysis/tools/atools/amplifierCorrelation.py BaseCorrelationPlot.setDefaults 5 5 0 2 0 0%
python/lsst/analysis/tools/atools/amplifierCorrelation.py (no function) 15 0 0 0 0 100%
python/lsst/analysis/tools/atools/astrometricRepeatability.py StellarAstrometricResidualsBase.setDefaults 18 18 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py StellarAstrometricResidualsRASkyPlot.setDefaults 10 10 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py StellarAstrometricResidualsDecSkyPlot.setDefaults 10 10 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py StellarAstrometricResidualsRAFocalPlanePlot.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py StellarAstrometricResidualStdDevRAFocalPlanePlot.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py StellarAstrometricResidualsDecFocalPlanePlot.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py StellarAstrometricResidualStdDevDecFocalPlanePlot.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py AstrometricRelativeRepeatability.setDefaults 19 19 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py AstrometricRelativeRepeatability.finalize 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py AstrometricRepeatability.setDefaults 19 19 0 0 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py AstrometricRepeatability.finalize 5 5 0 2 0 0%
python/lsst/analysis/tools/atools/astrometricRepeatability.py (no function) 33 0 0 0 0 100%
python/lsst/analysis/tools/atools/calexpMetrics.py CalexpSummaryMetrics.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/calexpMetrics.py (no function) 7 0 0 0 0 100%
python/lsst/analysis/tools/atools/calibQuantityProfile.py PrepRepacker.__call__ 7 7 0 2 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py PrepRepacker.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py PrepRepacker.addInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py SingleValueRepacker.__call__ 12 12 0 4 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py SingleValueRepacker.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py SingleValueRepacker.addInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py PassThrough.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py PassThrough.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibQuantityBaseTool.setDefaults 8 8 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibQuantityBaseTool.finalize 4 4 0 2 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibQuantityAmpProfileScatterTool.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibQuantityAmpProfileHistTool.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibAmpScatterTool.setDefaults 11 11 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibAmpScatterTool.finalize 6 6 0 2 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibDivisaderoScatterTool.setDefaults 11 11 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibDivisaderoScatterTool.finalize 6 6 0 2 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibPtcCovarScatterTool.setDefaults 11 11 0 0 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py CalibPtcCovarScatterTool.finalize 6 6 0 2 0 0%
python/lsst/analysis/tools/atools/calibQuantityProfile.py (no function) 44 0 0 0 0 100%
python/lsst/analysis/tools/atools/calibration.py CalibrationTool.setDefaults 7 7 0 0 0 0%
python/lsst/analysis/tools/atools/calibration.py CalibStatisticFocalPlanePlot.setDefaults 6 6 0 0 0 0%
python/lsst/analysis/tools/atools/calibration.py CalibStatisticFocalPlanePlot.finalize 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/calibration.py (no function) 15 0 0 0 0 100%
python/lsst/analysis/tools/atools/coveragePlots.py BaseMultiVisitCoveragePlot.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/coveragePlots.py BaseMultiVisitCoveragePlot.updateLoadList 4 4 0 4 0 0%
python/lsst/analysis/tools/atools/coveragePlots.py FocalPlaneMultiVisitCoveragePlot.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/coveragePlots.py RaDecMultiVisitCoveragePlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/coveragePlots.py (no function) 13 0 0 0 0 100%
python/lsst/analysis/tools/atools/deblenderMetric.py ParentDeblenderMetrics.setDefaults 8 8 0 0 0 0%
python/lsst/analysis/tools/atools/deblenderMetric.py SkippedDeblenderMetrics.setDefaults 11 11 0 0 0 0%
python/lsst/analysis/tools/atools/deblenderMetric.py BlendMetrics.setDefaults 10 10 0 0 0 0%
python/lsst/analysis/tools/atools/deblenderMetric.py IsolatedDeblenderMetrics.setDefaults 10 10 0 0 0 0%
python/lsst/analysis/tools/atools/deblenderMetric.py ChildDeblenderMetrics.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/deblenderMetric.py (no function) 15 0 0 0 0 100%
python/lsst/analysis/tools/atools/deltaSkyCorr.py DeltaSkyCorrXYPlot.setDefaults 21 21 0 0 0 0%
python/lsst/analysis/tools/atools/deltaSkyCorr.py (no function) 8 0 0 0 0 100%
python/lsst/analysis/tools/atools/diaSolarSystemObjectMetrics.py NumSsObjectsMetric.setDefaults 8 8 0 0 0 0%
python/lsst/analysis/tools/atools/diaSolarSystemObjectMetrics.py (no function) 7 0 0 0 0 100%
python/lsst/analysis/tools/atools/diaSourceMetrics.py NumDiaSourcesMetric.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceMetrics.py NumDipolesMetric.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceMetrics.py NumDiaSourcesSelectionMetric.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceMetrics.py NumDiaSourcesSelectionMetric.finalize 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceMetrics.py DiaSourcesGoodVsBadRatioMetric.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceMetrics.py (no function) 16 0 0 0 0 100%
python/lsst/analysis/tools/atools/diaSourceTableTractMetrics.py NumDiaSourcesMetric.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceTableTractMetrics.py NumStreakDiaSourcesMetric.setDefaults 6 6 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceTableTractMetrics.py NumStreakCenterDiaSourcesMetric.setDefaults 6 6 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceTableTractMetrics.py PlotStreakDiaSources.setDefaults 22 22 0 0 0 0%
python/lsst/analysis/tools/atools/diaSourceTableTractMetrics.py (no function) 19 0 0 0 0 100%
python/lsst/analysis/tools/atools/diaSpatialMetricsPlots.py DiffimSpatialMetricsHistPlot.setDefaults 18 18 0 0 0 0%
python/lsst/analysis/tools/atools/diaSpatialMetricsPlots.py DiffimSpatialMetricsInterpolatePlot.setDefaults 6 6 0 0 0 0%
python/lsst/analysis/tools/atools/diaSpatialMetricsPlots.py DiffimSpatialMetricsInterpolatePlot.finalize 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/diaSpatialMetricsPlots.py (no function) 14 0 0 0 0 100%
python/lsst/analysis/tools/atools/diffMatched.py ReferenceGalaxySelector.__call__ 4 4 0 2 0 0%
python/lsst/analysis/tools/atools/diffMatched.py ReferenceGalaxySelector.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py ReferenceObjectSelector.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py ReferenceStarSelector.__call__ 4 4 0 2 0 0%
python/lsst/analysis/tools/atools/diffMatched.py ReferenceStarSelector.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddToolBase.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddToolBase.finalize 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffTool._set_actions 8 8 0 6 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffTool.configureMetrics 22 22 0 14 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffTool.config_mag_y 5 5 0 2 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffTool.get_key_flux_y 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffTool.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffColorTool._split_bands 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffColorTool.finalize 62 62 0 22 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffColorTool.get_key_flux_y 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffColorTool.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffColorTool.validate 8 8 0 6 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffMagTool.finalize 22 22 0 12 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffMagTool.get_key_flux_y 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffPositionTool.finalize 21 21 0 12 0 0%
python/lsst/analysis/tools/atools/diffMatched.py MatchedRefCoaddDiffPositionTool.get_key_flux_y 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/diffMatched.py (no function) 61 0 0 4 0 100%
python/lsst/analysis/tools/atools/diffimMetadataMetrics.py DiffimMetadataMetricTool.finalize 3 3 0 2 0 0%
python/lsst/analysis/tools/atools/diffimMetadataMetrics.py (no function) 8 0 0 0 0 100%
python/lsst/analysis/tools/atools/fluxMetrics.py CentralTendency.setDefaults 8 8 0 0 0 0%
python/lsst/analysis/tools/atools/fluxMetrics.py (no function) 5 0 0 0 0 100%
python/lsst/analysis/tools/atools/genericBuild.py ExtendednessTool.coaddContext 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py ExtendednessTool.visitContext 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py ExtendednessTool.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py FluxConfig.key_flux_band 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py FluxConfig.key_flux_error_band 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py MagnitudeTool._add_flux 11 11 0 4 0 0%
python/lsst/analysis/tools/atools/genericBuild.py MagnitudeTool._set_action 7 7 0 6 0 0%
python/lsst/analysis/tools/atools/genericBuild.py MagnitudeTool._set_flux_default 25 25 0 18 0 0%
python/lsst/analysis/tools/atools/genericBuild.py MagnitudeTool.finalize 3 3 0 2 0 0%
python/lsst/analysis/tools/atools/genericBuild.py MagnitudeXTool.config_mag_x 4 4 0 2 0 0%
python/lsst/analysis/tools/atools/genericBuild.py MagnitudeXTool.finalize 6 6 0 2 0 0%
python/lsst/analysis/tools/atools/genericBuild.py SizeConfig.modify_action 3 3 0 2 0 0%
python/lsst/analysis/tools/atools/genericBuild.py SizeTool._check_attr 3 3 0 2 0 0%
python/lsst/analysis/tools/atools/genericBuild.py SizeTool._get_action_determinant 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py SizeTool._get_action_trace 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py SizeTool._get_action_single_column 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py SizeTool.get_attr_name 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py SizeTool.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/genericBuild.py SizeTool.finalize 24 24 0 16 0 0%
python/lsst/analysis/tools/atools/genericBuild.py (no function) 71 0 0 2 0 100%
python/lsst/analysis/tools/atools/genericMetricAction.py StructMetricAction.getInputSchema 2 2 0 2 0 0%
python/lsst/analysis/tools/atools/genericMetricAction.py StructMetricAction.units 4 4 0 2 0 0%
python/lsst/analysis/tools/atools/genericMetricAction.py StructMetricAction.__call__ 5 5 0 2 0 0%
python/lsst/analysis/tools/atools/genericMetricAction.py (no function) 10 0 0 2 0 100%
python/lsst/analysis/tools/atools/genericPlotAction.py StructPlotAction.getInputSchema 2 2 0 2 0 0%
python/lsst/analysis/tools/atools/genericPlotAction.py StructPlotAction.getPlotType 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/genericPlotAction.py StructPlotAction.getOutputNames 6 6 0 6 0 0%
python/lsst/analysis/tools/atools/genericPlotAction.py StructPlotAction.__call__ 4 4 0 2 0 0%
python/lsst/analysis/tools/atools/genericPlotAction.py (no function) 12 0 0 0 0 100%
python/lsst/analysis/tools/atools/genericPrep.py CoaddPrep.setDefaults 6 6 0 0 0 0%
python/lsst/analysis/tools/atools/genericPrep.py VisitPrep.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/genericPrep.py (no function) 8 0 0 0 0 100%
python/lsst/analysis/tools/atools/genericProduce.py MagnitudeScatterPlot.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/genericProduce.py MagnitudeScatterPlot.finalize 33 33 0 18 0 0%
python/lsst/analysis/tools/atools/genericProduce.py (no function) 10 0 0 0 0 100%
python/lsst/analysis/tools/atools/limitingMagnitudeMetric.py FiveSigmaPointSourceDepthMetric.setDefaults 11 11 0 0 0 0%
python/lsst/analysis/tools/atools/limitingMagnitudeMetric.py (no function) 9 0 0 0 0 100%
python/lsst/analysis/tools/atools/magDiff.py CModelSubPsfMagMeasSkyGalaxies.setDefaults 25 25 0 0 0 0%
python/lsst/analysis/tools/atools/magDiff.py (no function) 7 0 0 0 0 100%
python/lsst/analysis/tools/atools/numericalValidity.py ValidFracColumnMetric.visitContext 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/numericalValidity.py ValidFracColumnMetric.coaddContext 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/numericalValidity.py ValidFracColumnMetric._setActions 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/numericalValidity.py ValidFracColumnMetric.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/numericalValidity.py (no function) 12 0 0 0 0 100%
python/lsst/analysis/tools/atools/photometricRepeatability.py StellarPhotometricRepeatability.setDefaults 31 31 0 0 0 0%
python/lsst/analysis/tools/atools/photometricRepeatability.py StellarPhotometricRepeatability.finalize 8 8 0 2 0 0%
python/lsst/analysis/tools/atools/photometricRepeatability.py StellarPhotometricResidualsFocalPlane.setDefaults 21 21 0 0 0 0%
python/lsst/analysis/tools/atools/photometricRepeatability.py (no function) 15 0 0 0 0 100%
python/lsst/analysis/tools/atools/photometry.py Ap12PsfSkyPlot.setDefaults 32 32 0 0 0 0%
python/lsst/analysis/tools/atools/photometry.py PsfCModelSkyPlot.setDefaults 25 25 0 0 0 0%
python/lsst/analysis/tools/atools/photometry.py PsfCModelScatterPlot.setDefaults 31 31 0 0 0 0%
python/lsst/analysis/tools/atools/photometry.py PsfApRatio.setDefaults 10 10 0 0 0 0%
python/lsst/analysis/tools/atools/photometry.py (no function) 16 0 0 0 0 100%
python/lsst/analysis/tools/atools/propertyMap.py LoadHealSparseMap.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/propertyMap.py LoadHealSparseMap.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/propertyMap.py PropertyMapTool.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/propertyMap.py (no function) 15 0 0 0 0 100%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDelta.coaddContext 8 8 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDelta.visitContext 8 8 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDelta.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaScatterAstrom.setDefaults 14 14 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaScatterAstromVisit.setDefaults 15 15 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaScatterPhotom.setDefaults 17 17 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaScatterPhotomVisit.setDefaults 18 18 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaPsfScatterPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaCModelScatterPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaPsfScatterVisitPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaAp09ScatterVisitPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaRAScatterPlot.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaRAScatterVisitPlot.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaDecScatterVisitPlot.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaDecScatterPlot.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaSkyPlot.setDefaults 10 10 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaSkyPlotAstrom.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaSkyPlotAstromVisit.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaSkyPlotPhotomVisit.setDefaults 8 8 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaSkyPlotPhotom.setDefaults 8 8 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaPsfSkyPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaPsfSkyVisitPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaAp09SkyVisitPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaCModelSkyPlot.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaRASkyPlot.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaRASkyVisitPlot.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaDecSkyVisitPlot.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaDecSkyPlot.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaMetrics.coaddContext 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaMetrics.visitContext 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaMetrics.setDefaults 23 23 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaColorMetrics.setDefaults 33 33 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py TargetRefCatDeltaColorMetrics.finalize 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/refCatMatchPlots.py (no function) 75 0 0 0 0 100%
python/lsst/analysis/tools/atools/seeingMetric.py SeeingStatistics.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/seeingMetric.py (no function) 7 0 0 0 0 100%
python/lsst/analysis/tools/atools/shapes.py ShapeSizeFractionalScalars.setDefaults 5 5 0 0 0 0%
python/lsst/analysis/tools/atools/shapes.py ShapeSizeFractionalScalars.__call__ 6 6 0 2 0 0%
python/lsst/analysis/tools/atools/shapes.py BasePsfResidual.setDefaults 26 26 0 0 0 0%
python/lsst/analysis/tools/atools/shapes.py ShapeSizeFractionalDiff.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/shapes.py E1Diff.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/shapes.py E2Diff.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/atools/shapes.py RhoStatistics.setDefaults 11 11 0 0 0 0%
python/lsst/analysis/tools/atools/shapes.py RelativeSizeResidualPlot.setDefaults 15 15 0 0 0 0%
python/lsst/analysis/tools/atools/shapes.py (no function) 30 0 0 0 0 100%
python/lsst/analysis/tools/atools/simpleDiaPlot.py SimpleDiaPlot.setDefaults 12 12 0 0 0 0%
python/lsst/analysis/tools/atools/simpleDiaPlot.py (no function) 7 0 0 0 0 100%
python/lsst/analysis/tools/atools/sizeMagnitude.py SizeMagnitudePlot.coaddContext 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/sizeMagnitude.py SizeMagnitudePlot.visitContext 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/sizeMagnitude.py SizeMagnitudePlot.finalize 4 4 0 2 0 0%
python/lsst/analysis/tools/atools/sizeMagnitude.py (no function) 7 0 0 0 0 100%
python/lsst/analysis/tools/atools/skyFluxStatisticMetrics.py SkyFluxStatisticMetric.visitContext 1 1 0 0 0 0%
python/lsst/analysis/tools/atools/skyFluxStatisticMetrics.py SkyFluxStatisticMetric.coaddContext 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/skyFluxStatisticMetrics.py SkyFluxStatisticMetric._setActions 4 4 0 0 0 0%
python/lsst/analysis/tools/atools/skyFluxStatisticMetrics.py SkyFluxStatisticMetric.finalize 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/skyFluxStatisticMetrics.py SkyFluxStatisticMetric.setDefaults 2 2 0 0 0 0%
python/lsst/analysis/tools/atools/skyFluxStatisticMetrics.py (no function) 13 0 0 0 0 100%
python/lsst/analysis/tools/atools/skyObject.py SkyObjectSkyPlot.setDefaults 19 19 0 0 0 0%
python/lsst/analysis/tools/atools/skyObject.py SkyObjectHistPlot.setDefaults 26 26 0 0 0 0%
python/lsst/analysis/tools/atools/skyObject.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/atools/skySource.py SkySourceSkyPlot.setDefaults 19 19 0 0 0 0%
python/lsst/analysis/tools/atools/skySource.py SkySourceHistPlot.setDefaults 24 24 0 0 0 0%
python/lsst/analysis/tools/atools/skySource.py (no function) 13 0 0 0 0 100%
python/lsst/analysis/tools/atools/sources.py SourcesTool.setDefaults 26 26 0 0 0 0%
python/lsst/analysis/tools/atools/sources.py (no function) 8 0 0 0 0 100%
python/lsst/analysis/tools/atools/stellarLocus.py StellarLocusBase.setDefaults 15 15 0 0 0 0%
python/lsst/analysis/tools/atools/stellarLocus.py WPerpPSF.setDefaults 27 27 0 2 0 0%
python/lsst/analysis/tools/atools/stellarLocus.py WPerpCModel.setDefaults 19 19 0 2 0 0%
python/lsst/analysis/tools/atools/stellarLocus.py XPerpPSF.setDefaults 8 8 0 2 0 0%
python/lsst/analysis/tools/atools/stellarLocus.py XPerpCModel.setDefaults 8 8 0 2 0 0%
python/lsst/analysis/tools/atools/stellarLocus.py YPerpPSF.setDefaults 27 27 0 2 0 0%
python/lsst/analysis/tools/atools/stellarLocus.py YPerpCModel.setDefaults 19 19 0 2 0 0%
python/lsst/analysis/tools/atools/stellarLocus.py (no function) 22 0 0 0 0 100%
python/lsst/analysis/tools/bin/verifyToSasquatch.py makeParser 13 13 0 0 0 0%
python/lsst/analysis/tools/bin/verifyToSasquatch.py _AppendDict.__init__ 6 6 0 4 0 0%
python/lsst/analysis/tools/bin/verifyToSasquatch.py _AppendDict.__call__ 11 11 0 8 0 0%
python/lsst/analysis/tools/bin/verifyToSasquatch.py _bundle_metrics 10 10 0 4 0 0%
python/lsst/analysis/tools/bin/verifyToSasquatch.py main 12 12 0 6 0 0%
python/lsst/analysis/tools/bin/verifyToSasquatch.py (no function) 21 0 0 0 0 100%
python/lsst/analysis/tools/contexts/__init__.py (no function) 3 0 0 0 0 100%
python/lsst/analysis/tools/contexts/_baseContext.py GetterStandin.__init__ 1 1 0 0 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py GetterStandin.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextGetter.__get__ 3 3 0 2 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextApplier.__get__ 0 0 0 0 0 100%
python/lsst/analysis/tools/contexts/_baseContext.py ContextApplier.__get__ 1 0 0 3 1 75%
python/lsst/analysis/tools/contexts/_baseContext.py ContextApplier.__get__ 5 5 0 2 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextApplier.__set__ 1 1 0 0 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextApplier.applyContext 11 11 0 8 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextMeta.__new__ 5 0 0 2 0 100%
python/lsst/analysis/tools/contexts/_baseContext.py ContextMeta.apply 4 4 0 2 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextMeta.__or__ 7 7 0 2 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextMeta._makeStr 4 4 0 4 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextMeta.__str__ 1 1 0 0 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py ContextMeta.__repr__ 1 1 0 0 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py Context.__str__ 1 1 0 0 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py Context.__repr__ 1 1 0 0 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py Context.__or__ 7 7 0 2 0 0%
python/lsst/analysis/tools/contexts/_baseContext.py (no function) 39 1 0 9 2 94%
python/lsst/analysis/tools/contexts/_contexts.py (no function) 13 0 0 0 0 100%
python/lsst/analysis/tools/interfaces/__init__.py (no function) 6 0 0 0 0 100%
python/lsst/analysis/tools/interfaces/_actions.py AnalysisAction.__init_subclass__ 2 1 0 2 1 50%
python/lsst/analysis/tools/interfaces/_actions.py AnalysisAction.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py AnalysisAction.getOutputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py AnalysisAction.getFormattedInputSchema 2 2 0 2 0 0%
python/lsst/analysis/tools/interfaces/_actions.py AnalysisAction.addInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py KeyedDataAction.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py VectorAction.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py TensorAction.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py ScalarAction.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py ScalarAction.getMask 3 3 0 2 0 0%
python/lsst/analysis/tools/interfaces/_actions.py MetricAction.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py PlotAction.getOutputNames 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py PlotAction.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py PlotAction.getPlotType 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py PlotElement.__call__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py JointAction.__call__ 7 7 0 4 0 0%
python/lsst/analysis/tools/interfaces/_actions.py JointAction.getInputSchema 2 2 0 0 0 0%
python/lsst/analysis/tools/interfaces/_actions.py JointAction.getOutputNames 4 4 0 2 0 0%
python/lsst/analysis/tools/interfaces/_actions.py (no function) 57 1 0 20 1 97%
python/lsst/analysis/tools/interfaces/_analysisTools.py _HasOutputNames.getOutputNames 1 0 0 2 1 67%
python/lsst/analysis/tools/interfaces/_analysisTools.py _finalizeWrapper 3 0 0 2 0 100%
python/lsst/analysis/tools/interfaces/_analysisTools.py _finalizeWrapper.wrapper 10 10 0 6 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool.__init_subclass__ 3 0 0 2 0 100%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool.__call__ 21 21 0 18 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool._call_single 10 10 0 4 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool._getPlotType 8 8 0 6 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool._process_single_results 29 29 0 22 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool.getInputSchema 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool.populatePrepFromProcess 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool.getOutputNames 17 17 0 16 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool.fromPipeline 22 22 0 12 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool.finalize 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool._baseFinalize 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py AnalysisTool.freeze 4 4 0 2 0 0%
python/lsst/analysis/tools/interfaces/_analysisTools.py (no function) 44 0 0 4 0 100%
python/lsst/analysis/tools/interfaces/_interfaces.py Tensor.__dlpack__ 1 0 0 2 1 67%
python/lsst/analysis/tools/interfaces/_interfaces.py Tensor.__dlpack_device__ 1 0 0 2 1 67%
python/lsst/analysis/tools/interfaces/_interfaces.py ScalarMeta.__instancecheck__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_interfaces.py Scalar.__init__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_interfaces.py (no function) 37 0 0 2 0 100%
python/lsst/analysis/tools/interfaces/_metricMeasurementBundle.py MetricMeasurementBundle.__init__ 4 4 0 0 0 0%
python/lsst/analysis/tools/interfaces/_metricMeasurementBundle.py MetricMeasurementBundle.json 10 10 0 10 0 0%
python/lsst/analysis/tools/interfaces/_metricMeasurementBundle.py MetricMeasurementBundle.parse_obj 7 7 0 4 0 0%
python/lsst/analysis/tools/interfaces/_metricMeasurementBundle.py (no function) 11 0 0 2 0 100%
python/lsst/analysis/tools/interfaces/_stages.py BasePrep.getInputSchema 3 3 0 4 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BasePrep.getOutputSchema 1 1 0 2 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BasePrep.__call__ 15 15 0 10 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BasePrep.addInputSchema 8 8 0 4 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BaseProcess.getInputSchema 21 21 0 22 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BaseProcess.getOutputSchema 5 5 0 6 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BaseProcess.__call__ 26 26 0 18 0 0%
python/lsst/analysis/tools/interfaces/_stages.py _newNameChecker 4 4 0 2 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BaseMetricAction.getInputSchema 1 1 0 2 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BaseMetricAction.__call__ 13 13 0 8 0 0%
python/lsst/analysis/tools/interfaces/_stages.py BaseProduce.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/interfaces/_stages.py (no function) 37 0 0 0 0 100%
python/lsst/analysis/tools/interfaces/_task.py _plotCloser 2 2 0 2 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisBaseConnections.__init__ 36 36 0 28 0 0%
python/lsst/analysis/tools/interfaces/_task.py _timestampValidator 15 15 0 4 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisBaseConfig.applyConfigOverrides 22 22 0 12 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisBaseConfig.freeze 5 5 0 6 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisBaseConfig.validate 3 3 0 2 0 0%
python/lsst/analysis/tools/interfaces/_task.py _StandinPlotInfo.__missing__ 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisPipelineTask._runTools 23 23 0 14 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisPipelineTask.run 8 8 0 6 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisPipelineTask.runQuantum 10 10 0 0 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisPipelineTask._populatePlotInfoWithDataId 2 2 0 2 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisPipelineTask.parsePlotInfo 8 8 0 2 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisPipelineTask.loadData 3 3 0 2 0 0%
python/lsst/analysis/tools/interfaces/_task.py AnalysisPipelineTask.collectInputNames 6 6 0 6 0 0%
python/lsst/analysis/tools/interfaces/_task.py (no function) 57 2 0 2 1 95%
python/lsst/analysis/tools/interfaces/datastore/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py _tag2VersionTime 35 35 0 16 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher.__post_init__ 6 6 0 2 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher.clusterId 3 3 0 2 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher._populateClusterId 7 7 0 2 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher._create_topic 11 11 0 4 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher._generateAvroSchema 20 20 0 10 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher._python2Avro 18 18 0 14 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher._handleReferencePackage 12 12 0 4 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher._handleTimes 29 29 0 16 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher._handleIdentifier 11 11 0 8 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher._prepareBundle 44 44 0 20 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher.dispatch 27 27 0 14 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py SasquatchDispatcher.dispatchRef 9 9 0 2 0 0%
python/lsst/analysis/tools/interfaces/datastore/_dispatcher.py (no function) 49 1 0 6 1 96%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.__init__ 14 14 0 4 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore._create_from_config 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.clone 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.bridge 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.put 4 4 0 2 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.put_new 2 2 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.addStoredItemInfo 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.getStoredItemsInfo 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.removeStoredItemInfo 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.trash 2 2 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.emptyTrash 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.forget 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.exists 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.knows 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.get 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.validateConfiguration 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.validateKey 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.getLookupKeys 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.needs_expanded_data_ids 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.import_records 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.export_records 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.getURI 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.getURIs 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.retrieveArtifacts 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.setConfigRoot 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py SasquatchDatastore.get_opaque_table_definitions 1 1 0 0 0 0%
python/lsst/analysis/tools/interfaces/datastore/_sasquatchDatastore.py (no function) 58 2 0 8 1 95%
python/lsst/analysis/tools/math.py divide 5 5 0 2 0 0%
python/lsst/analysis/tools/math.py fluxToMag 9 9 0 6 0 0%
python/lsst/analysis/tools/math.py log 5 5 0 2 0 0%
python/lsst/analysis/tools/math.py log10 5 5 0 2 0 0%
python/lsst/analysis/tools/math.py nanSigmaMad 1 1 0 0 0 0%
python/lsst/analysis/tools/math.py nanMax 4 4 0 2 0 0%
python/lsst/analysis/tools/math.py nanMean 5 5 0 2 0 0%
python/lsst/analysis/tools/math.py nanMedian 5 5 0 2 0 0%
python/lsst/analysis/tools/math.py nanMin 4 4 0 2 0 0%
python/lsst/analysis/tools/math.py nanStd 4 4 0 2 0 0%
python/lsst/analysis/tools/math.py sigmaMad 1 1 0 0 0 0%
python/lsst/analysis/tools/math.py sqrt 4 4 0 2 0 0%
python/lsst/analysis/tools/math.py (no function) 20 0 0 0 0 100%
python/lsst/analysis/tools/tasks/__init__.py (no function) 26 0 0 0 0 100%
python/lsst/analysis/tools/tasks/ampToAmpCorrelationAnalysis.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/assocDiaSrcDetectorVisitAnalysis.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/associatedSourcesTractAnalysis.py AssociatedSourcesTractAnalysisConfig.setDefaults 1 1 0 0 0 0%
python/lsst/analysis/tools/tasks/associatedSourcesTractAnalysis.py AssociatedSourcesTractAnalysisTask.getBoxWcs 4 4 0 0 0 0%
python/lsst/analysis/tools/tasks/associatedSourcesTractAnalysis.py AssociatedSourcesTractAnalysisTask.callback 1 1 0 0 0 0%
python/lsst/analysis/tools/tasks/associatedSourcesTractAnalysis.py AssociatedSourcesTractAnalysisTask.prepareAssociatedSources 10 10 0 0 0 0%
python/lsst/analysis/tools/tasks/associatedSourcesTractAnalysis.py AssociatedSourcesTractAnalysisTask.runQuantum 17 17 0 4 0 0%
python/lsst/analysis/tools/tasks/associatedSourcesTractAnalysis.py (no function) 26 0 0 6 0 100%
python/lsst/analysis/tools/tasks/astrometricCatalogMatch.py AstrometricCatalogMatchConfig.setDefaults 6 6 0 0 0 0%
python/lsst/analysis/tools/tasks/astrometricCatalogMatch.py AstrometricCatalogMatchTask.runQuantum 9 9 0 2 0 0%
python/lsst/analysis/tools/tasks/astrometricCatalogMatch.py AstrometricCatalogMatchVisitConfig.setDefaults 10 10 0 0 0 0%
python/lsst/analysis/tools/tasks/astrometricCatalogMatch.py AstrometricCatalogMatchVisitTask.runQuantum 12 12 0 8 0 0%
python/lsst/analysis/tools/tasks/astrometricCatalogMatch.py AstrometricCatalogMatchVisitTask._loadRefCat 14 14 0 6 0 0%
python/lsst/analysis/tools/tasks/astrometricCatalogMatch.py (no function) 33 0 0 0 0 100%
python/lsst/analysis/tools/tasks/calexpSummaryAnalysis.py CalexpSummaryAnalysisTask.runQuantum 4 4 0 0 0 0%
python/lsst/analysis/tools/tasks/calexpSummaryAnalysis.py (no function) 13 0 0 0 0 100%
python/lsst/analysis/tools/tasks/calibrationAnalysis.py (no function) 39 0 0 0 0 100%
python/lsst/analysis/tools/tasks/catalogMatch.py CatalogMatchConfig.setDefaults 3 3 0 0 0 0%
python/lsst/analysis/tools/tasks/catalogMatch.py CatalogMatchTask.runQuantum 1 1 0 0 0 0%
python/lsst/analysis/tools/tasks/catalogMatch.py CatalogMatchTask.run 64 64 0 40 0 0%
python/lsst/analysis/tools/tasks/catalogMatch.py CatalogMatchTask.prepColumns 14 14 0 14 0 0%
python/lsst/analysis/tools/tasks/catalogMatch.py CatalogMatchTask._loadRefCat 9 9 0 0 0 0%
python/lsst/analysis/tools/tasks/catalogMatch.py (no function) 46 0 0 0 0 100%
python/lsst/analysis/tools/tasks/ccdVisitTableAnalysis.py CcdVisitTableAnalysisConnections.__init__ 3 3 0 2 0 0%
python/lsst/analysis/tools/tasks/ccdVisitTableAnalysis.py (no function) 18 0 0 0 0 100%
python/lsst/analysis/tools/tasks/diaObjectDetectorVisitAnalysis.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/diaSourceTableTractAnalysis.py DiaSourceTableTractAnalysisConfig.setDefaults 1 1 0 0 0 0%
python/lsst/analysis/tools/tasks/diaSourceTableTractAnalysis.py (no function) 12 0 0 0 0 100%
python/lsst/analysis/tools/tasks/diffMatchedAnalysis.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/diffimTaskDetectorVisitMetricsAnalysis.py DiffimDetectorVisitMetricsAnalysisTask.runQuantum 15 15 0 2 0 0%
python/lsst/analysis/tools/tasks/diffimTaskDetectorVisitMetricsAnalysis.py (no function) 14 0 0 0 0 100%
python/lsst/analysis/tools/tasks/diffimTaskDetectorVisitSpatiallySampledAnalysis.py DiffimDetectorVisitSpatiallySampledPlotsTask.parsePlotInfo 4 4 0 0 0 0%
python/lsst/analysis/tools/tasks/diffimTaskDetectorVisitSpatiallySampledAnalysis.py (no function) 17 1 0 4 1 90%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py ConsolidateResourceUsageConnections.__init__ 4 4 0 2 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py ConsolidateResourceUsageTask.run 19 19 0 4 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py GatherResourceUsageConnections.__init__ 6 6 0 4 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py GatherResourceUsageTask.runQuantum 3 3 0 0 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py GatherResourceUsageTask.run 27 27 0 20 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py GatherResourceUsageTask._extract_memory 10 10 0 4 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py GatherResourceUsageTask._extract_quantum_timing 3 3 0 2 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py GatherResourceUsageTask._extract_method_timing 14 14 0 4 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py _dtype_from_field_spec 4 4 0 2 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py ResourceUsageQuantumGraphBuilder.__init__ 24 24 0 12 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py ResourceUsageQuantumGraphBuilder._add_gather_task 13 13 0 4 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py ResourceUsageQuantumGraphBuilder.process_subgraph 22 22 0 10 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py ResourceUsageQuantumGraphBuilder.make_argument_parser 9 9 0 0 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py ResourceUsageQuantumGraphBuilder.main 10 10 0 4 0 0%
python/lsst/analysis/tools/tasks/gatherResourceUsage.py (no function) 59 0 0 6 0 100%
python/lsst/analysis/tools/tasks/objectTableSurveyAnalysis.py ObjectTableSurveyAnalysisTask.parsePlotInfo 10 10 0 4 0 0%
python/lsst/analysis/tools/tasks/objectTableSurveyAnalysis.py ObjectTableSurveyAnalysisTask.loadData 6 6 0 4 0 0%
python/lsst/analysis/tools/tasks/objectTableSurveyAnalysis.py (no function) 20 1 0 2 1 91%
python/lsst/analysis/tools/tasks/objectTableTractAnalysis.py (no function) 13 0 0 0 0 100%
python/lsst/analysis/tools/tasks/photometricCatalogMatch.py PhotometricCatalogMatchConfig.setDefaults 4 4 0 0 0 0%
python/lsst/analysis/tools/tasks/photometricCatalogMatch.py PhotometricCatalogMatchTask.runQuantum 14 14 0 6 0 0%
python/lsst/analysis/tools/tasks/photometricCatalogMatch.py PhotometricCatalogMatchVisitConfig.setDefaults 12 12 0 0 0 0%
python/lsst/analysis/tools/tasks/photometricCatalogMatch.py PhotometricCatalogMatchVisitTask.runQuantum 21 21 0 14 0 0%
python/lsst/analysis/tools/tasks/photometricCatalogMatch.py PhotometricCatalogMatchVisitTask._loadRefCat 13 13 0 6 0 0%
python/lsst/analysis/tools/tasks/photometricCatalogMatch.py (no function) 29 0 0 0 0 100%
python/lsst/analysis/tools/tasks/propertyMapTractAnalysis.py PropertyMapTractAnalysisConnections.__init__ 8 8 0 4 0 0%
python/lsst/analysis/tools/tasks/propertyMapTractAnalysis.py PropertyMapTractAnalysisTask.parsePlotInfo 6 6 0 2 0 0%
python/lsst/analysis/tools/tasks/propertyMapTractAnalysis.py PropertyMapTractAnalysisTask.runQuantum 12 12 0 4 0 0%
python/lsst/analysis/tools/tasks/propertyMapTractAnalysis.py (no function) 25 0 0 0 0 100%
python/lsst/analysis/tools/tasks/reconstructor.py reconstructAnalysisTools 16 16 0 8 0 0%
python/lsst/analysis/tools/tasks/reconstructor.py getPlotDatasetTypeNames 15 15 0 12 0 0%
python/lsst/analysis/tools/tasks/reconstructor.py (no function) 10 1 0 2 1 83%
python/lsst/analysis/tools/tasks/refCatObjectAnalysis.py (no function) 13 0 0 0 0 100%
python/lsst/analysis/tools/tasks/refCatObjectPhotometricAnalysis.py (no function) 13 0 0 0 0 100%
python/lsst/analysis/tools/tasks/refCatSourceAnalysis.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/refCatSourcePhotometricAnalysis.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/sourceObjectTableAnalysis.py SourceObjectTableAnalysisTask.runQuantum 27 27 0 6 0 0%
python/lsst/analysis/tools/tasks/sourceObjectTableAnalysis.py (no function) 20 0 0 0 0 100%
python/lsst/analysis/tools/tasks/sourceTableVisitAnalysis.py (no function) 12 0 0 0 0 100%
python/lsst/analysis/tools/tasks/trailedDiaSrcDetectorVisitAnalysis.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/tasks/verifyBiasResultsAnalysis.py (no function) 11 0 0 0 0 100%
python/lsst/analysis/tools/version.py (no function) 5 0 0 0 0 100%
python/lsst/analysis/tools/warning_control.py (no function) 13 0 0 0 0 100%
tests/test_actions.py TestScalarActions.setUp 8 8 0 0 0 0%
tests/test_actions.py TestScalarActions._testScalarActionAlmostEqual 7 7 0 2 0 0%
tests/test_actions.py TestScalarActions.testMedianAction 1 1 0 0 0 0%
tests/test_actions.py TestScalarActions.testMeanAction 1 1 0 0 0 0%
tests/test_actions.py TestScalarActions.testStdevAction 1 1 0 0 0 0%
tests/test_actions.py TestScalarActions.testSigmaMadAction 1 1 0 0 0 0%
tests/test_actions.py TestScalarActions.testCountAction 1 1 0 0 0 0%
tests/test_actions.py TestScalarActions.testApproxFloorAction 1 1 0 0 0 0%
tests/test_actions.py TestVectorActions.setUp 9 9 0 0 0 0%
tests/test_actions.py TestVectorActions._checkSchema 2 2 0 2 0 0%
tests/test_actions.py TestVectorActions.testCalcBinnedStats 15 15 0 2 0 0%
tests/test_actions.py TestVectorActions.testCalcMomentSize 18 18 0 6 0 0%
tests/test_actions.py TestVectorActions._testMath 10 10 0 8 0 0%
tests/test_actions.py TestVectorActions.testConstant 5 5 0 0 0 0%
tests/test_actions.py TestVectorActions.testAdd 2 2 0 0 0 0%
tests/test_actions.py TestVectorActions.testSubtract 2 2 0 0 0 0%
tests/test_actions.py TestVectorActions.testMultiply 2 2 0 0 0 0%
tests/test_actions.py TestVectorActions.testDivide 2 2 0 0 0 0%
tests/test_actions.py TestVectorActions.testSqrt 2 2 0 0 0 0%
tests/test_actions.py TestVectorActions.testSquare 2 2 0 0 0 0%
tests/test_actions.py TestVectorActions.testRaiseFromBase 4 4 0 2 0 0%
tests/test_actions.py TestVectorActions.testRaiseToPower 4 4 0 2 0 0%
tests/test_actions.py TestVectorActions.testLog10 2 2 0 0 0 0%
tests/test_actions.py TestVectorActions.testFractionalDifference 2 2 0 0 0 0%
tests/test_actions.py TestVectorActions.testDownselectVector 5 5 0 0 0 0%
tests/test_actions.py TestVectorActions.testConvertFluxToMag 5 5 0 0 0 0%
tests/test_actions.py TestVectorActions.testMagDiff 5 5 0 0 0 0%
tests/test_actions.py TestVectorActions.testExtinctionCorrectedMagDiff 24 24 0 4 0 0%
tests/test_actions.py TestVectorSelectors.setUp 19 19 0 10 0 0%
tests/test_actions.py TestVectorSelectors._checkSchema 2 2 0 2 0 0%
tests/test_actions.py TestVectorSelectors.testFlagSelector 7 7 0 0 0 0%
tests/test_actions.py TestVectorSelectors.testCoaddPlotFlagSelector 15 15 0 4 0 0%
tests/test_actions.py TestVectorSelectors.testRangeSelector 5 5 0 0 0 0%
tests/test_actions.py TestVectorSelectors.testSnSelector 15 15 0 0 0 0%
tests/test_actions.py TestVectorSelectors.testSkyObjectSelector 14 14 0 0 0 0%
tests/test_actions.py TestVectorSelectors.testStarSelector 9 9 0 0 0 0%
tests/test_actions.py TestVectorSelectors.testGalaxySelector 9 9 0 0 0 0%
tests/test_actions.py TestVectorSelectors.testVectorSelector 6 6 0 0 0 0%
tests/test_actions.py TestKeyedDataActions.testCalcRelativeDistances 22 22 0 4 0 0%
tests/test_actions.py (no function) 57 2 0 2 1 95%
tests/test_analysisTool.py B.finalize 2 2 0 0 0 0%
tests/test_analysisTool.py C._baseFinalize 1 1 0 0 0 0%
tests/test_analysisTool.py D.finalize 2 2 0 0 0 0%
tests/test_analysisTool.py E.finalize 2 2 0 0 0 0%
tests/test_analysisTool.py FinalizeTestCase.setUp 5 5 0 0 0 0%
tests/test_analysisTool.py FinalizeTestCase.testFinalize 8 8 0 0 0 0%
tests/test_analysisTool.py TestMetricNameValidation.testMinusNameFails 3 3 0 2 0 0%
tests/test_analysisTool.py LoadFromPipelineTestCase.setUp 2 2 0 0 0 0%
tests/test_analysisTool.py LoadFromPipelineTestCase.testLoadRelative 4 4 0 0 0 0%
tests/test_analysisTool.py LoadFromPipelineTestCase.testLoadAbs 5 5 0 0 0 0%
tests/test_analysisTool.py setup_module 1 1 0 0 0 0%
tests/test_analysisTool.py (no function) 32 2 0 2 1 91%
tests/test_catalogMatch.py TestCatalogMatch.setUp 20 20 0 0 0 0%
tests/test_catalogMatch.py TestCatalogMatch._make_skymap 6 6 0 0 0 0%
tests/test_catalogMatch.py TestCatalogMatch._make_refCat 18 18 0 2 0 0%
tests/test_catalogMatch.py TestCatalogMatch._make_objectCat 14 14 0 8 0 0%
tests/test_catalogMatch.py TestCatalogMatch.test_setRefCat 5 5 0 0 0 0%
tests/test_catalogMatch.py TestCatalogMatch.test_run 3 3 0 0 0 0%
tests/test_catalogMatch.py setup_module 1 1 0 0 0 0%
tests/test_catalogMatch.py (no function) 26 2 0 2 1 89%
tests/test_contexts.py TestAction1.getInputSchema 1 1 0 0 0 0%
tests/test_contexts.py TestAction1.medianContext 3 3 0 0 0 0%
tests/test_contexts.py TestAction1.meanContext 2 2 0 0 0 0%
tests/test_contexts.py TestAction1.__call__ 2 2 0 2 0 0%
tests/test_contexts.py TestAction2.getInputSchema 1 1 0 0 0 0%
tests/test_contexts.py TestAction2.setDefaults 2 2 0 0 0 0%
tests/test_contexts.py TestAction2.medianContext 1 1 0 0 0 0%
tests/test_contexts.py TestAction2.meanContext 1 1 0 0 0 0%
tests/test_contexts.py TestAction2.__call__ 6 6 0 0 0 0%
tests/test_contexts.py TestAction3.getInputSchema 1 1 0 0 0 0%
tests/test_contexts.py TestAction3.multiplyContext 1 1 0 0 0 0%
tests/test_contexts.py TestAction3.divideContext 1 1 0 0 0 0%
tests/test_contexts.py TestAction3.__call__ 2 2 0 0 0 0%
tests/test_contexts.py TestAnalysisTool.setDefaults 3 3 0 0 0 0%
tests/test_contexts.py ContextTestCase.setUp 3 3 0 0 0 0%
tests/test_contexts.py ContextTestCase.testContext1 8 8 0 2 0 0%
tests/test_contexts.py ContextTestCase.testContext2 8 8 0 2 0 0%
tests/test_contexts.py setup_module 1 1 0 0 0 0%
tests/test_contexts.py (no function) 53 2 0 2 1 95%
tests/test_diaSourceTableTractMetrics.py DiaSourceTableTractTest.setUp 2 2 0 0 0 0%
tests/test_diaSourceTableTractMetrics.py DiaSourceTableTractTest.test_metrics 15 15 0 0 0 0%
tests/test_diaSourceTableTractMetrics.py DiaSourceTableTractTest.test_plot 5 5 0 0 0 0%
tests/test_diaSourceTableTractMetrics.py (no function) 13 2 0 2 1 80%
tests/test_genericPlotAction.py NullPlot.__call__ 2 2 0 0 0 0%
tests/test_genericPlotAction.py CustomPlot.getPlotType 1 1 0 0 0 0%
tests/test_genericPlotAction.py LoadFromPipelineTestCase.setUp 9 9 0 0 0 0%
tests/test_genericPlotAction.py LoadFromPipelineTestCase.testJoint 2 2 0 0 0 0%
tests/test_genericPlotAction.py setup_module 1 1 0 0 0 0%
tests/test_genericPlotAction.py (no function) 18 2 0 2 1 85%
tests/test_getPlotDatasetTypeNames.py TestGetPlotDatasetTypeNames.setUp 11 11 0 0 0 0%
tests/test_getPlotDatasetTypeNames.py TestGetPlotDatasetTypeNames.tearDown 1 1 0 0 0 0%
tests/test_getPlotDatasetTypeNames.py TestGetPlotDatasetTypeNames.testGetPlotNames 17 17 0 4 0 0%
tests/test_getPlotDatasetTypeNames.py setup_module 1 1 0 0 0 0%
tests/test_getPlotDatasetTypeNames.py (no function) 22 2 0 2 1 88%
tests/test_metrics.py MatchedRefCoaddDiffToolMinimal.get_key_flux_y 1 1 0 0 0 0%
tests/test_metrics.py TestDiffMatched.setUp 2 2 0 0 0 0%
tests/test_metrics.py TestDiffMatched._testMatchedRefCoaddMetricDerived 20 20 0 14 0 0%
tests/test_metrics.py TestDiffMatched.testMatchedRefCoaddMetric 23 23 0 12 0 0%
tests/test_metrics.py TestDiffMatched.testMatchedRefCoaddDiffMag 1 1 0 0 0 0%
tests/test_metrics.py TestDiffMatched.testMatchedRefCoaddDiffColor 1 1 0 0 0 0%
tests/test_metrics.py TestDiffMatched.testMatchedRefCoaddDiffPositionTool 2 2 0 2 0 0%
tests/test_metrics.py setup_module 1 1 0 0 0 0%
tests/test_metrics.py (no function) 20 2 0 2 1 86%
tests/test_plotUtils.py FitTest.testFitLine 9 9 0 0 0 0%
tests/test_plotUtils.py FitTest.testPerpDistance 5 5 0 0 0 0%
tests/test_plotUtils.py ShortListTestCase.test_shorten_list 24 24 0 6 0 0%
tests/test_plotUtils.py (no function) 13 2 0 2 1 80%
tests/test_propertyMapPlot.py PropertyMapTractAnalysisTaskTestCase.setUp 49 49 0 10 0 0%
tests/test_propertyMapPlot.py PropertyMapTractAnalysisTaskTestCase.tearDown 8 8 0 0 0 0%
tests/test_propertyMapPlot.py PropertyMapTractAnalysisTaskTestCase.test_PropertyMapTractAnalysisTask 11 11 0 2 0 0%
tests/test_propertyMapPlot.py PropertyMapTractAnalysisTaskTestCase._isHistogramAxis 14 14 0 16 0 0%
tests/test_propertyMapPlot.py PropertyMapTractAnalysisTaskTestCase._validateFigureStructure 17 17 0 18 0 0%
tests/test_propertyMapPlot.py PropertyMapTractAnalysisTaskTestCase._validateRGBFractions 14 14 0 6 0 0%
tests/test_propertyMapPlot.py setup_module 1 1 0 0 0 0%
tests/test_propertyMapPlot.py (no function) 30 2 0 4 1 91%
tests/test_psfResiduals.py ShapeSizeTestCase.setUpClass 2 2 0 0 0 0%
tests/test_psfResiduals.py ShapeSizeTestCase.test_size 7 7 0 2 0 0%
tests/test_psfResiduals.py ShapeSizeTestCase.test_complex_shear 12 12 0 2 0 0%
tests/test_psfResiduals.py ShapeSizeTestCase.test_halve_angle 8 8 0 2 0 0%
tests/test_psfResiduals.py ShapeSizeTestCase.test_shear_components 5 5 0 0 0 0%
tests/test_psfResiduals.py ShapeSizeTestCase.test_e1_validation 3 3 0 2 0 0%
tests/test_psfResiduals.py ShapeSizeTestCase.test_ediff_validation 4 4 0 2 0 0%
tests/test_psfResiduals.py (no function) 20 2 0 6 1 88%
tests/test_sasquatchDatastore.py SasquatchDatastoreTest.setUp 8 8 0 0 0 0%
tests/test_sasquatchDatastore.py SasquatchDatastoreTest.tearDown 1 1 0 0 0 0%
tests/test_sasquatchDatastore.py SasquatchDatastoreTest.test_put 6 6 0 2 0 0%
tests/test_sasquatchDatastore.py SasquatchDatastoreTest.test_explicit_timestamp_version 13 13 0 4 0 0%
tests/test_sasquatchDatastore.py (no function) 20 1 0 2 1 91%
tests/test_scatterPlot.py ScatterPlotWithTwoHistsTaskTestCase.setUp 39 39 0 4 0 0%
tests/test_scatterPlot.py ScatterPlotWithTwoHistsTaskTestCase.tearDown 6 6 0 2 0 0%
tests/test_scatterPlot.py ScatterPlotWithTwoHistsTaskTestCase.test_ScatterPlotWithTwoHistsTask 26 26 0 20 0 0%
tests/test_scatterPlot.py setup_module 1 1 0 0 0 0%
tests/test_scatterPlot.py (no function) 29 2 0 2 1 90%
tests/test_verifyToSasquatch.py VerifyToSasquatchTestSuite.setUp 14 14 0 4 0 0%
tests/test_verifyToSasquatch.py VerifyToSasquatchTestSuite._standardize 1 1 0 0 0 0%
tests/test_verifyToSasquatch.py VerifyToSasquatchTestSuite.test_bundle_metrics_nometrics 3 3 0 0 0 0%
tests/test_verifyToSasquatch.py VerifyToSasquatchTestSuite.test_bundle_metrics_onemetric 5 5 0 0 0 0%
tests/test_verifyToSasquatch.py VerifyToSasquatchTestSuite.test_bundle_metrics_onemetrictwice 7 7 0 0 0 0%
tests/test_verifyToSasquatch.py VerifyToSasquatchTestSuite.test_bundle_metrics_threemetrics 9 9 0 0 0 0%
tests/test_verifyToSasquatch.py VerifyToSasquatchTestSuite.test_bundle_metrics_badmetric 5 5 0 2 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.setUp 2 2 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_default_none_positional 5 5 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_default_none_keyword 5 5 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_default_empty_positional 5 5 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_default_empty_keyword 5 5 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_default_non_empty_positional 7 7 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_default_non_empty_keyword 7 7 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_default_invalid 4 4 0 4 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_multi_append 3 3 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_multi_nargs_append 3 3 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_emptyvalue 3 3 0 0 0 0%
tests/test_verifyToSasquatch.py AppendDictTestSuite.test_nopair 5 5 0 4 0 0%
tests/test_verifyToSasquatch.py (no function) 30 0 0 0 0 100%
Total   10228 6987 0 2447 39 27%

No items found using the specified filter.