Coverage report:
26%
hide covered
Files
Functions
Classes
coverage.py v7.5.0
, created at 2024-05-04 02:49 -0700
File
function
statements
missing
excluded
branches
partial
coverage
python/lsst/__init__.py
(no function)
2
0
0
0
0
100%
python/lsst/meas/__init__.py
(no function)
2
0
0
0
0
100%
python/lsst/meas/extensions/__init__.py
(no function)
2
0
0
0
0
100%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin.getExecutionOrder
1
1
0
0
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin.__init__
29
29
0
2
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin.measure
86
86
0
16
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin.fail
3
3
0
2
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin._computeSecondMomentDiff
2
2
0
0
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin.findLength
6
6
0
2
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin._gradFindLength
16
16
0
0
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin.computeLength
5
5
0
0
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
SingleFrameNaiveTrailPlugin.computeRaDec
5
5
0
0
0
0%
python/lsst/meas/extensions/trailedSources/NaivePlugin.py
(no function)
32
0
0
14
0
100%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py
SingleFrameVeresTrailPlugin.getExecutionOrder
1
1
0
0
0
0%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py
SingleFrameVeresTrailPlugin.__init__
17
17
0
0
0
0%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py
SingleFrameVeresTrailPlugin.measure
33
33
0
4
0
0%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py
SingleFrameVeresTrailPlugin.fail
3
3
0
2
0
0%
python/lsst/meas/extensions/trailedSources/VeresPlugin.py
(no function)
20
0
0
4
0
100%
python/lsst/meas/extensions/trailedSources/__init__.py
(no function)
5
0
0
0
0
100%
python/lsst/meas/extensions/trailedSources/utils.py
getMeasurementCutout
4
4
0
0
0
0%
python/lsst/meas/extensions/trailedSources/utils.py
(no function)
2
0
0
0
0
100%
python/lsst/meas/extensions/trailedSources/version.py
(no function)
5
0
0
0
0
100%
tests/test_trailedEdgeSources.py
TrailedEdgeSource.__init__
8
8
0
0
0
0%
tests/test_trailedEdgeSources.py
TrailedTaskSetup.makeTrailedSourceMeasurementTask
3
3
0
0
0
0%
tests/test_trailedEdgeSources.py
TrailedTestDataset.__init__
1
1
0
0
0
0%
tests/test_trailedEdgeSources.py
TrailedTestDataset.addTrailedSource
30
30
0
8
0
0%
tests/test_trailedEdgeSources.py
TrailedEdgeSourcesTestCase.setUp
5
5
0
0
0
0%
tests/test_trailedEdgeSources.py
TrailedEdgeSourcesTestCase.tearDown
4
4
0
0
0
0%
tests/test_trailedEdgeSources.py
TrailedEdgeSourcesTestCase.testEdgeFlag
32
32
0
4
0
0%
tests/test_trailedEdgeSources.py
TrailedEdgeSourcesOffImageTest.setUp
5
5
0
0
0
0%
tests/test_trailedEdgeSources.py
TrailedEdgeSourcesOffImageTest.tearDown
4
4
0
0
0
0%
tests/test_trailedEdgeSources.py
TrailedEdgeSourcesOffImageTest.testOffImageEdgeFlag
6
6
0
0
0
0%
tests/test_trailedEdgeSources.py
setup_module
1
1
0
0
0
0%
tests/test_trailedEdgeSources.py
(no function)
34
2
0
6
1
92%
tests/test_trailedSources.py
TrailedSource.__init__
8
8
0
0
0
0%
tests/test_trailedSources.py
TrailedTestDataset.__init__
1
1
0
0
0
0%
tests/test_trailedSources.py
TrailedTestDataset.addTrailedSource
21
21
0
2
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.setUp
5
5
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.tearDown
4
4
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.transformMoments
7
7
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.f_length
1
1
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.g_length
1
1
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.f_flux
1
1
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.g_flux
1
1
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.central_difference
10
10
0
2
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.makeTrailedSourceMeasurementTask
3
3
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.testNaivePlugin
34
34
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.testVeresPlugin
26
26
0
0
0
0%
tests/test_trailedSources.py
TrailedSourcesTestCase.testMonteCarlo
32
32
0
6
0
0%
tests/test_trailedSources.py
setup_module
1
1
0
0
0
0%
tests/test_trailedSources.py
(no function)
48
2
0
16
1
95%
Total
618
470
0
90
2
26%
No items found using the specified filter.