Coverage report: 23%

Files Functions Classes

coverage.py v7.14.1, created at 2026-05-30 08:46 +0000

    Statements   Branches   Total
File   coverage statements missing excluded   coverage branches partial   coverage
python/lsst/__init__.py   100% 2 0 0   100% 0 0   100%
python/lsst/dax/__init__.py   100% 2 0 0   100% 0 0   100%
python/lsst/dax/apdb/__init__.py   100% 12 0 0   100% 0 0   100%
python/lsst/dax/apdb/apdb.py   93% 61 4 20   100% 0 0   93%
python/lsst/dax/apdb/apdbAdmin.py   100% 29 0 3   100% 0 0   100%
python/lsst/dax/apdb/apdbConfigFreezer.py   31% 42 29 0   0% 14 0   23%
python/lsst/dax/apdb/apdbIndex.py   36% 55 35 0   0% 16 0   28%
python/lsst/dax/apdb/apdbMetadata.py   100% 15 0 5   100% 0 0   100%
python/lsst/dax/apdb/apdbReplica.py   83% 58 10 12   100% 0 0   83%
python/lsst/dax/apdb/apdbSchema.py   46% 80 43 0   0% 26 0   35%
python/lsst/dax/apdb/apdbUpdateRecord.py   67% 126 42 2   0% 16 0   59%
python/lsst/dax/apdb/cassandra/__init__.py   100% 5 0 0   100% 0 0   100%
python/lsst/dax/apdb/cassandra/apdbCassandra.py   12% 811 713 4   0% 296 0   9%
python/lsst/dax/apdb/cassandra/apdbCassandraAdmin.py   19% 275 223 3   1% 102 1   14%
python/lsst/dax/apdb/cassandra/apdbCassandraReplica.py   18% 195 159 2   0% 66 0   14%
python/lsst/dax/apdb/cassandra/apdbCassandraSchema.py   24% 328 248 4   0% 120 0   18%
python/lsst/dax/apdb/cassandra/apdbMetadataCassandra.py   27% 55 40 0   0% 10 0   23%
python/lsst/dax/apdb/cassandra/cassandra_utils.py   29% 145 103 0   0% 52 0   21%
python/lsst/dax/apdb/cassandra/config.py   74% 87 23 2   0% 12 0   65%
python/lsst/dax/apdb/cassandra/connectionContext.py   53% 95 45 0   0% 18 0   44%
python/lsst/dax/apdb/cassandra/exceptions.py   80% 5 1 0   100% 0 0   80%
python/lsst/dax/apdb/cassandra/legacy_config.py   0% 43 43 0   100% 0 0   0%
python/lsst/dax/apdb/cassandra/partitioner.py   23% 79 61 0   0% 28 0   17%
python/lsst/dax/apdb/cassandra/queries.py   36% 244 156 3   7% 90 6   28%
python/lsst/dax/apdb/cassandra/sessionFactory.py   29% 98 70 2   5% 22 1   24%
python/lsst/dax/apdb/cli/apdb_cli.py   19% 147 119 0   100% 0 0   19%
python/lsst/dax/apdb/cli/logging_cli.py   32% 25 17 0   0% 10 0   23%
python/lsst/dax/apdb/cli/options.py   23% 57 44 2   0% 8 0   20%
python/lsst/dax/apdb/config.py   40% 55 33 0   0% 8 0   35%
python/lsst/dax/apdb/factory.py   22% 27 21 4   0% 12 0   15%
python/lsst/dax/apdb/legacy_config.py   77% 22 5 3   100% 0 0   77%
python/lsst/dax/apdb/monitor.py   36% 139 89 3   0% 50 0   26%
python/lsst/dax/apdb/pixelization.py   27% 44 32 0   0% 14 0   21%
python/lsst/dax/apdb/recordIds.py   76% 63 15 0   0% 6 0   70%
python/lsst/dax/apdb/schema_model.py   74% 179 47 0   0% 20 0   66%
python/lsst/dax/apdb/scripts/__init__.py   100% 10 0 0   100% 0 0   100%
python/lsst/dax/apdb/scripts/convert_legacy_config.py   50% 10 5 0   100% 0 0   50%
python/lsst/dax/apdb/scripts/create_cassandra.py   33% 30 20 0   0% 10 0   25%
python/lsst/dax/apdb/scripts/create_sql.py   38% 16 10 0   0% 6 0   27%
python/lsst/dax/apdb/scripts/delete_cassandra.py   33% 12 8 0   0% 4 0   25%
python/lsst/dax/apdb/scripts/list_cassandra.py   15% 39 33 0   0% 26 0   9%
python/lsst/dax/apdb/scripts/list_index.py   50% 8 4 0   0% 2 0   40%
python/lsst/dax/apdb/scripts/metadata.py   36% 25 16 0   0% 6 0   29%
python/lsst/dax/apdb/scripts/metrics.py   20% 124 99 0   0% 74 0   13%
python/lsst/dax/apdb/scripts/partition.py   14% 76 65 0   0% 12 0   12%
python/lsst/dax/apdb/scripts/replication.py   18% 44 36 0   0% 14 0   14%
python/lsst/dax/apdb/sql/__init__.py   100% 5 0 0   100% 0 0   100%
python/lsst/dax/apdb/sql/apdbMetadataSql.py   24% 49 37 0   0% 10 0   20%
python/lsst/dax/apdb/sql/apdbSql.py   16% 702 588 5   0% 238 0   12%
python/lsst/dax/apdb/sql/apdbSqlAdmin.py   76% 21 5 1   100% 0 0   76%
python/lsst/dax/apdb/sql/apdbSqlReplica.py   30% 134 94 2   0% 28 0   25%
python/lsst/dax/apdb/sql/apdbSqlSchema.py   24% 195 149 0   0% 60 0   18%
python/lsst/dax/apdb/sql/config.py   74% 47 12 0   0% 6 0   66%
python/lsst/dax/apdb/sql/legacy_config.py   0% 30 30 0   0% 4 0   0%
python/lsst/dax/apdb/sql/modelToSql.py   19% 118 96 0   0% 62 0   12%
python/lsst/dax/apdb/tests/__init__.py   100% 3 0 0   100% 0 0   100%
python/lsst/dax/apdb/tests/_apdb.py   13% 618 539 8   3% 30 1   12%
python/lsst/dax/apdb/tests/_apdb_admin.py   100% 9 0 1   100% 0 0   100%
python/lsst/dax/apdb/tests/cassandra_mixin.py   53% 32 15 0   0% 6 0   45%
python/lsst/dax/apdb/tests/data_factory.py   21% 71 56 0   0% 24 0   16%
python/lsst/dax/apdb/tests/utils.py   62% 16 6 3   100% 0 0   62%
python/lsst/dax/apdb/timer.py   23% 82 63 0   0% 20 0   19%
python/lsst/dax/apdb/version.py   100% 5 0 0   100% 0 0   100%
python/lsst/dax/apdb/versionTuple.py   48% 25 13 0   0% 6 0   39%
tests/test_ap_verify_queries.py   49% 41 21 3   0% 2 0   47%
tests/test_apdbCassandra.py   38% 138 85 3   0% 6 0   37%
tests/test_apdbCassandraAdmin.py   35% 94 61 2   0% 4 0   34%
tests/test_apdbSql.py   47% 182 96 3   0% 2 0   47%
tests/test_apdbSqlSchema.py   25% 96 72 3   0% 10 0   23%
tests/test_cassandraPartitioner.py   16% 99 83 2   0% 10 0   15%
tests/test_cassandra_queries.py   15% 208 177 2   100% 0 0   15%
tests/test_cli.py   55% 20 9 2   100% 0 0   55%
tests/test_index.py   30% 50 35 2   100% 0 0   30%
tests/test_legacy_config.py   43% 23 13 2   0% 2 0   40%
tests/test_monitor.py   15% 118 100 2   100% 0 0   15%
tests/test_updateRecord.py   16% 87 73 2   100% 0 0   16%
Total   29% 7417 5294 122   1% 1700 9   23%

No items found using the specified filter.