Coverage report: 95%

Files Functions Classes

coverage.py v7.14.3, created at 2026-07-01 02:10 -0700

      Statements   Branches   Total
File function   coverage statements missing excluded   coverage branches partial   coverage
python/lsst/__init__.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/__init__.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/__init__.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/__init__.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig._greaterThanOrEqualToUnity   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig._isOdd   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig.scaleByFwhm   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig.scaleByFwhm   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig.gaussianizationMethod   0% 1 1 0   100% 0 0   0%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig.gaussianizationMethod   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig._sigmas   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig.setDefaults   100% 6 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig.validate   100% 3 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig._getGaapResultName   100% 4 0 0   100% 2 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxConfig.getAllGaapResultNames   100% 4 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin.__init__   100% 36 0 0   94% 16 1   98%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin._computeKernelAcf   100% 5 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin._getFluxErrScaling   100% 4 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin._gaussianize   100% 11 0 0   100% 2 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin._measureFlux   100% 14 0 0   100% 2 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin._gaussianizeAndMeasure   100% 56 0 0   100% 20 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin._setFlag   100% 5 0 0   100% 2 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin._setScalingAndSigmaFlags   100% 7 0 0   100% 6 0   100%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin._isAllFailure   100% 15 0 0   80% 10 2   92%
python/lsst/meas/extensions/gaap/_gaap.py BaseGaapFluxMixin.fail   50% 2 1 0   50% 2 1   50%
python/lsst/meas/extensions/gaap/_gaap.py SingleFrameGaapFluxPlugin.__init__   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py SingleFrameGaapFluxPlugin.getExecutionOrder   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py SingleFrameGaapFluxPlugin.measure   100% 6 0 0   100% 2 0   100%
python/lsst/meas/extensions/gaap/_gaap.py ForcedGaapFluxPlugin.__init__   100% 3 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py ForcedGaapFluxPlugin.getExecutionOrder   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaap.py ForcedGaapFluxPlugin.measure   100% 12 0 0   75% 4 1   94%
python/lsst/meas/extensions/gaap/_gaap.py (no function)   100% 76 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaussianizePsf.py GaussianizePsfTask.__init__   100% 3 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/_gaussianizePsf.py GaussianizePsfTask.run   100% 27 0 0   100% 4 0   100%
python/lsst/meas/extensions/gaap/_gaussianizePsf.py GaussianizePsfTask._buildCellSet   82% 38 7 0   42% 12 5   72%
python/lsst/meas/extensions/gaap/_gaussianizePsf.py GaussianizePsfTask._solve   96% 24 1 0   50% 2 1   92%
python/lsst/meas/extensions/gaap/_gaussianizePsf.py GaussianizePsfTask._makePsfMaskedImage   100% 11 0 0   100% 4 0   100%
python/lsst/meas/extensions/gaap/_gaussianizePsf.py (no function)   100% 23 0 0   100% 0 0   100%
python/lsst/meas/extensions/gaap/version.py (no function)   100% 5 0 0   100% 0 0   100%
tests/test_gaap.py makeGalaxyExposure   100% 13 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase.setUp   100% 6 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase.tearDown   100% 3 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase.makeAlgorithm   88% 8 1 0   50% 4 2   75%
tests/test_gaap.py GaapFluxTestCase.check   95% 60 3 0   93% 14 1   95%
tests/test_gaap.py GaapFluxTestCase.runGaap   100% 1 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase.testGaapPluginUnforced   100% 1 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase.testGaapPluginForced   100% 1 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase.testFail   100% 39 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase._checkAllFlags   100% 12 0 0   100% 8 0   100%
tests/test_gaap.py GaapFluxTestCase.testFlags   98% 44 1 0   75% 12 3   93%
tests/test_gaap.py GaapFluxTestCase.recordPsfShape   100% 3 0 0   100% 2 0   100%
tests/test_gaap.py GaapFluxTestCase.invertQuadrupole   100% 3 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase.testGalaxyPhotometry   100% 56 0 0   100% 12 0   100%
tests/test_gaap.py GaapFluxTestCase.getFluxErrScaling   100% 12 0 0   100% 0 0   100%
tests/test_gaap.py GaapFluxTestCase.testCorrelatedNoiseError   100% 28 0 0   100% 4 0   100%
tests/test_gaap.py GaapFluxTestCase.testMonteCarlo   100% 30 0 0   75% 8 2   95%
tests/test_gaap.py setup_module   60% 5 2 0   100% 0 0   60%
tests/test_gaap.py (no function)   88% 57 7 0   50% 2 1   86%
Total     97% 801 24 0   86% 156 20   95%

No items found using the specified filter.