Coverage report: 35%

Files Functions Classes

coverage.py v7.14.3, created at 2026-07-09 02:24 -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/psfex/__init__.py (no function)   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/psfex/psfex.py compute_fwhmrange   0% 29 29 0   0% 14 0   0%
python/lsst/meas/extensions/psfex/psfex.py select_candidates   0% 67 67 0   0% 26 0   0%
python/lsst/meas/extensions/psfex/psfex.py showPsf   0% 73 73 0   0% 46 0   0%
python/lsst/meas/extensions/psfex/psfex.py getFlags   0% 15 15 0   0% 8 0   0%
python/lsst/meas/extensions/psfex/psfex.py guessCalexp   0% 4 4 0   0% 4 0   0%
python/lsst/meas/extensions/psfex/psfex.py makeitLsst   0% 34 34 0   0% 14 0   0%
python/lsst/meas/extensions/psfex/psfex.py read_samplesLsst   0% 85 85 0   0% 30 0   0%
python/lsst/meas/extensions/psfex/psfex.py load_samplesLsst   0% 65 65 0   0% 26 0   0%
python/lsst/meas/extensions/psfex/psfex.py (no function)   0% 24 24 0   100% 0 0   0%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexNoStarsError.__init__   100% 1 0 0   100% 0 0   100%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexNoStarsError.metadata   0% 1 1 0   100% 0 0   0%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexNoGoodStarsError.__init__   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexNoGoodStarsError.metadata   0% 1 1 0   100% 0 0   0%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexTooFewGoodStarsError.__init__   100% 5 0 0   100% 0 0   100%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexTooFewGoodStarsError.metadata   0% 1 1 0   100% 0 0   0%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexPsfDeterminerConfig.setDefaults   100% 2 0 0   100% 0 0   100%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexPsfDeterminerConfig.validate   75% 4 1 0   50% 2 1   67%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py PsfexPsfDeterminerTask.determinePsf   75% 180 45 0   58% 64 13   70%
python/lsst/meas/extensions/psfex/psfexPsfDeterminer.py (no function)   100% 47 0 0   100% 0 0   100%
python/lsst/meas/extensions/psfex/psfexStarSelector.py PsfexStarSelectorConfig.validate   0% 8 8 0   0% 6 0   0%
python/lsst/meas/extensions/psfex/psfexStarSelector.py PsfexStarSelectorConfig.setDefaults   0% 2 2 0   100% 0 0   0%
python/lsst/meas/extensions/psfex/psfexStarSelector.py EventHandler.__init__   0% 7 7 0   100% 0 0   0%
python/lsst/meas/extensions/psfex/psfexStarSelector.py EventHandler.__call__   0% 13 13 0   0% 6 0   0%
python/lsst/meas/extensions/psfex/psfexStarSelector.py plot   0% 24 24 0   0% 10 0   0%
python/lsst/meas/extensions/psfex/psfexStarSelector.py PsfexStarSelectorTask.selectSources   0% 110 110 0   0% 44 0   0%
python/lsst/meas/extensions/psfex/psfexStarSelector.py (no function)   0% 34 34 0   100% 0 0   0%
python/lsst/meas/extensions/psfex/version.py (no function)   100% 5 0 0   100% 0 0   100%
tests/test_PsfexPsf.py psfVal   100% 6 0 0   100% 0 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.measure   83% 6 1 0   50% 2 1   75%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.setUp   97% 68 2 0   85% 20 3   94%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.tearDown   100% 7 0 0   100% 0 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.setupDeterminer   100% 16 0 0   100% 2 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.subtractStars   80% 20 4 0   62% 8 3   75%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.testPsfexDeterminer   100% 10 0 0   100% 0 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.testPsfexDeterminerTooFewGoodStars   100% 7 0 0   100% 0 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.testPsfexDeterminerNoStars   100% 5 0 0   100% 0 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.testPsfexDeterminerNoGoodStars   100% 13 0 0   100% 0 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.testPsfDeterminerChangeFluxField   100% 7 0 0   100% 0 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.testPsfDeterminerDownsample   100% 8 0 0   100% 0 0   100%
tests/test_PsfexPsf.py SpatialModelPsfTestCase.testSerializationData   100% 9 0 0   100% 0 0   100%
tests/test_PsfexPsf.py setup_module   100% 1 0 0   100% 0 0   100%
tests/test_PsfexPsf.py (no function)   91% 43 4 0   50% 2 1   89%
tests/test_mkl_badness.py TestMklBadness.setUp   0% 15 15 0   100% 0 0   0%
tests/test_mkl_badness.py TestMklBadness.test_mkl_badness   0% 6 6 0   100% 0 0   0%
tests/test_mkl_badness.py (no function)   95% 19 1 0   50% 2 1   90%
Total     39% 1117 676 0   19% 336 23   35%

No items found using the specified filter.