Coverage report: 29%

Files Functions Classes

coverage.py v7.5.0, created at 2024-04-25 00:54 -0700

File class statements missing excluded branches partial coverage
python/lsst/__init__.py (no class) 2 0 0 0 0 100%
python/lsst/ap/__init__.py (no class) 2 0 0 0 0 100%
python/lsst/ap/association/__init__.py (no class) 7 0 0 0 0 100%
python/lsst/ap/association/association.py AssociationConfig 0 0 0 0 0 100%
python/lsst/ap/association/association.py AssociationTask 57 57 0 14 0 0%
python/lsst/ap/association/association.py (no class) 26 0 0 0 0 100%
python/lsst/ap/association/diaForcedSource.py DiaForcedSourcedConfig 7 7 0 0 0 0%
python/lsst/ap/association/diaForcedSource.py DiaForcedSourceTask 41 41 0 2 0 0%
python/lsst/ap/association/diaForcedSource.py (no class) 23 0 0 0 0 100%
python/lsst/ap/association/diaPipe.py DiaPipelineConnections 10 10 0 8 0 0%
python/lsst/ap/association/diaPipe.py DiaPipelineConfig 3 3 0 0 0 0%
python/lsst/ap/association/diaPipe.py DiaPipelineTask 72 72 0 26 0 0%
python/lsst/ap/association/diaPipe.py (no class) 47 0 0 0 0 100%
python/lsst/ap/association/loadDiaCatalogs.py LoadDiaCatalogsConfig 0 0 0 0 0 100%
python/lsst/ap/association/loadDiaCatalogs.py LoadDiaCatalogsTask 43 43 0 14 0 0%
python/lsst/ap/association/loadDiaCatalogs.py (no class) 26 0 0 0 0 100%
python/lsst/ap/association/metrics.py NumberNewDiaObjectsMetricConfig 2 2 0 0 0 0%
python/lsst/ap/association/metrics.py NumberNewDiaObjectsMetricTask 9 9 0 2 0 0%
python/lsst/ap/association/metrics.py NumberUnassociatedDiaObjectsMetricConfig 2 2 0 0 0 0%
python/lsst/ap/association/metrics.py NumberUnassociatedDiaObjectsMetricTask 9 9 0 2 0 0%
python/lsst/ap/association/metrics.py FractionUpdatedDiaObjectsMetricConfig 2 2 0 0 0 0%
python/lsst/ap/association/metrics.py FractionUpdatedDiaObjectsMetricTask 13 13 0 4 0 0%
python/lsst/ap/association/metrics.py NumberSolarSystemObjectsMetricConfig 2 2 0 0 0 0%
python/lsst/ap/association/metrics.py NumberSolarSystemObjectsMetricTask 9 9 0 2 0 0%
python/lsst/ap/association/metrics.py NumberAssociatedSolarSystemObjectsMetricConfig 2 2 0 0 0 0%
python/lsst/ap/association/metrics.py NumberAssociatedSolarSystemObjectsMetricTask 9 9 0 2 0 0%
python/lsst/ap/association/metrics.py TotalUnassociatedDiaObjectsMetricConfig 2 2 0 0 0 0%
python/lsst/ap/association/metrics.py TotalUnassociatedDiaObjectsMetricTask 8 8 0 2 0 0%
python/lsst/ap/association/metrics.py (no class) 57 0 0 12 0 100%
python/lsst/ap/association/packageAlerts.py PackageAlertsConfig 0 0 0 0 0 100%
python/lsst/ap/association/packageAlerts.py PackageAlertsTask 77 77 0 22 0 0%
python/lsst/ap/association/packageAlerts.py (no class) 32 0 0 0 0 100%
python/lsst/ap/association/skyBotEphemerisQuery.py SkyBotEphemerisQueryConnections 0 0 0 0 0 100%
python/lsst/ap/association/skyBotEphemerisQuery.py SkyBotEphemerisQueryConfig 0 0 0 0 0 100%
python/lsst/ap/association/skyBotEphemerisQuery.py SkyBotEphemerisQueryTask 38 38 0 6 0 0%
python/lsst/ap/association/skyBotEphemerisQuery.py (no class) 28 0 0 0 0 100%
python/lsst/ap/association/ssoAssociation.py SolarSystemAssociationConfig 0 0 0 0 0 100%
python/lsst/ap/association/ssoAssociation.py SolarSystemAssociationTask 34 34 0 6 0 0%
python/lsst/ap/association/ssoAssociation.py (no class) 19 0 0 0 0 100%
python/lsst/ap/association/transformDiaSourceCatalog.py TransformDiaSourceCatalogConnections 0 0 0 0 0 100%
python/lsst/ap/association/transformDiaSourceCatalog.py TransformDiaSourceCatalogConfig 2 2 0 0 0 0%
python/lsst/ap/association/transformDiaSourceCatalog.py TransformDiaSourceCatalogTask 69 69 0 34 0 0%
python/lsst/ap/association/transformDiaSourceCatalog.py UnpackApdbFlags 20 20 0 12 0 0%
python/lsst/ap/association/transformDiaSourceCatalog.py (no class) 40 0 0 0 0 100%
python/lsst/ap/association/version.py (no class) 6 0 0 0 0 100%
tests/test_association_task.py TestAssociationTask 43 43 0 14 0 0%
tests/test_association_task.py MemoryTester 0 0 0 0 0 100%
tests/test_association_task.py (no class) 19 2 0 2 1 86%
tests/test_diaForcedSource.py TestDiaForcedSource 77 77 0 4 0 0%
tests/test_diaForcedSource.py MemoryTester 0 0 0 0 0 100%
tests/test_diaForcedSource.py (no class) 22 2 0 2 1 88%
tests/test_diaPipe.py TestDiaPipelineTask 59 59 0 17 0 0%
tests/test_diaPipe.py MemoryTester 0 0 0 0 0 100%
tests/test_diaPipe.py (no class) 27 2 0 2 1 90%
tests/test_loadDiaCatalogs.py TestLoadDiaCatalogs 43 43 0 8 0 0%
tests/test_loadDiaCatalogs.py MemoryTester 0 0 0 0 0 100%
tests/test_loadDiaCatalogs.py (no class) 34 2 0 2 1 92%
tests/test_metrics.py TestNewDiaObjects 25 25 0 2 0 0%
tests/test_metrics.py TestUnassociatedDiaObjects 25 25 0 2 0 0%
tests/test_metrics.py TestFracUpdatedDiaObjects 38 38 0 2 0 0%
tests/test_metrics.py TestNumberSolarSystemObjects 25 25 0 2 0 0%
tests/test_metrics.py TestNumberAssociatedSolarSystemObjects 25 25 0 2 0 0%
tests/test_metrics.py TestTotalUnassociatedObjects 28 28 0 2 0 0%
tests/test_metrics.py TestTotalUnassociatedObjects.makeTask.SimpleDbLoader 3 3 0 2 0 0%
tests/test_metrics.py MemoryTester 0 0 0 0 0 100%
tests/test_metrics.py (no class) 78 2 0 2 1 96%
tests/test_packageAlerts.py TestPackageAlerts 95 95 0 14 0 0%
tests/test_packageAlerts.py MemoryTester 0 0 0 0 0 100%
tests/test_packageAlerts.py (no class) 38 2 0 2 1 92%
tests/test_skyBotEphemerisQuery.py MockDeferredDatasetHandle 2 2 0 0 0 0%
tests/test_skyBotEphemerisQuery.py TestSkyBotEphemerisQuery 23 23 0 6 0 0%
tests/test_skyBotEphemerisQuery.py MemoryTester 0 0 0 0 0 100%
tests/test_skyBotEphemerisQuery.py (no class) 25 2 0 2 1 89%
tests/test_ssoAssociationTask.py TestSolarSystemAssociation 41 41 0 6 0 0%
tests/test_ssoAssociationTask.py MemoryTester 0 0 0 0 0 100%
tests/test_ssoAssociationTask.py (no class) 19 2 0 2 1 86%
tests/test_transformDiaSourceCatalog.py TestTransformDiaSourceCatalogTask 64 64 0 18 0 0%
tests/test_transformDiaSourceCatalog.py MemoryTester 0 0 0 0 0 100%
tests/test_transformDiaSourceCatalog.py (no class) 24 2 0 2 1 88%
Total   1759 1176 0 289 9 29%

No items found using the specified filter.