Coverage report: 87%

Files Functions Classes

coverage.py v7.13.0, created at 2025-12-15 18:49 +0000

File class   statements missing excluded   coverage
biobb_dna / __init__.py (no class)   4 0 0   100%
biobb_dna / backbone / __init__.py (no class)   5 0 0   100%
biobb_dna / backbone / bipopulations.py BIPopulations   66 8 0   88%
biobb_dna / backbone / bipopulations.py (no class)   21 1 0   95%
biobb_dna / backbone / canonicalag.py CanonicalAG   73 8 0   89%
biobb_dna / backbone / canonicalag.py (no class)   22 1 0   95%
biobb_dna / backbone / puckering.py Puckering   70 8 0   89%
biobb_dna / backbone / puckering.py (no class)   22 1 0   95%
biobb_dna / curvesplus / __init__.py (no class)   6 0 0   100%
biobb_dna / curvesplus / biobb_canal.py Canal   55 12 0   78%
biobb_dna / curvesplus / biobb_canal.py (no class)   17 1 0   94%
biobb_dna / curvesplus / biobb_canion.py Canion   51 4 0   92%
biobb_dna / curvesplus / biobb_canion.py (no class)   17 1 0   94%
biobb_dna / curvesplus / biobb_curves.py Curves   77 16 0   79%
biobb_dna / curvesplus / biobb_curves.py (no class)   19 1 0   95%
biobb_dna / curvesplus / canal_unzip.py CanalUnzip   53 18 0   66%
biobb_dna / curvesplus / canal_unzip.py (no class)   17 1 0   94%
biobb_dna / dna / __init__.py (no class)   6 0 0   100%
biobb_dna / dna / dna_averages.py HelParAverages   64 15 0   77%
biobb_dna / dna / dna_averages.py (no class)   19 1 0   95%
biobb_dna / dna / dna_bimodality.py HelParBimodality   114 35 0   69%
biobb_dna / dna / dna_bimodality.py (no class)   25 1 0   96%
biobb_dna / dna / dna_timeseries.py HelParTimeSeries   98 21 0   79%
biobb_dna / dna / dna_timeseries.py (no class)   22 1 0   95%
biobb_dna / dna / dna_timeseries_unzip.py DnaTimeseriesUnzip   55 15 0   73%
biobb_dna / dna / dna_timeseries_unzip.py (no class)   18 1 0   94%
biobb_dna / interbp_correlations / __init__.py (no class)   5 0 0   100%
biobb_dna / interbp_correlations / interbpcorr.py InterBasePairCorrelation   102 6 0   94%
biobb_dna / interbp_correlations / interbpcorr.py (no class)   25 1 0   96%
biobb_dna / interbp_correlations / interhpcorr.py InterHelParCorrelation   94 9 0   90%
biobb_dna / interbp_correlations / interhpcorr.py (no class)   22 1 0   95%
biobb_dna / interbp_correlations / interseqcorr.py InterSequenceCorrelation   63 16 0   75%
biobb_dna / interbp_correlations / interseqcorr.py (no class)   21 1 0   95%
biobb_dna / intrabp_correlations / __init__.py (no class)   5 0 0   100%
biobb_dna / intrabp_correlations / intrabpcorr.py IntraBasePairCorrelation   102 6 0   94%
biobb_dna / intrabp_correlations / intrabpcorr.py (no class)   25 1 0   96%
biobb_dna / intrabp_correlations / intrahpcorr.py IntraHelParCorrelation   94 9 0   90%
biobb_dna / intrabp_correlations / intrahpcorr.py (no class)   22 1 0   95%
biobb_dna / intrabp_correlations / intraseqcorr.py IntraSequenceCorrelation   63 16 0   75%
biobb_dna / intrabp_correlations / intraseqcorr.py (no class)   21 1 0   95%
biobb_dna / stiffness / __init__.py (no class)   4 0 0   100%
biobb_dna / stiffness / average_stiffness.py AverageStiffness   60 13 0   78%
biobb_dna / stiffness / average_stiffness.py (no class)   20 1 0   95%
biobb_dna / stiffness / basepair_stiffness.py BPStiffness   46 1 0   98%
biobb_dna / stiffness / basepair_stiffness.py (no class)   19 1 0   95%
biobb_dna / test / __init__.py (no class)   0 0 0   100%
biobb_dna / test / unitests / test_backbone / test_bipopulations.py TestBIPopulations   9 1 0   89%
biobb_dna / test / unitests / test_backbone / test_bipopulations.py (no class)   7 0 0   100%
biobb_dna / test / unitests / test_backbone / test_canonical_alpha_gamma.py TestCanonicalAlphaGamma   9 1 0   89%
biobb_dna / test / unitests / test_backbone / test_canonical_alpha_gamma.py (no class)   7 0 0   100%
biobb_dna / test / unitests / test_backbone / test_puckering.py TestPuckering   9 1 0   89%
biobb_dna / test / unitests / test_backbone / test_puckering.py (no class)   7 0 0   100%
biobb_dna / test / unitests / test_correlation / test_correlation.py TestInterHelparCorrelation   9 1 0   89%
biobb_dna / test / unitests / test_correlation / test_correlation.py TestInterSequenceCorrelation   9 1 0   89%
biobb_dna / test / unitests / test_correlation / test_correlation.py TestInterBasepairCorrelation   9 1 0   89%
biobb_dna / test / unitests / test_correlation / test_correlation.py TestIntraHelparCorrelation   9 1 0   89%
biobb_dna / test / unitests / test_correlation / test_correlation.py TestIntraSequenceCorrelation   8 1 0   88%
biobb_dna / test / unitests / test_correlation / test_correlation.py TestIntraBasepairCorrelation   9 1 0   89%
biobb_dna / test / unitests / test_correlation / test_correlation.py (no class)   31 0 0   100%
biobb_dna / test / unitests / test_curvesplus / test_canal.py TestCanal   7 1 0   86%
biobb_dna / test / unitests / test_curvesplus / test_canal.py (no class)   7 0 0   100%
biobb_dna / test / unitests / test_curvesplus / test_canal_unzip.py TestCanalUnzip   8 0 0   100%
biobb_dna / test / unitests / test_curvesplus / test_canal_unzip.py (no class)   6 0 0   100%
biobb_dna / test / unitests / test_curvesplus / test_canion.py TestCanal   7 1 0   86%
biobb_dna / test / unitests / test_curvesplus / test_canion.py (no class)   7 0 0   100%
biobb_dna / test / unitests / test_curvesplus / test_curves.py TestCurves   11 1 0   91%
biobb_dna / test / unitests / test_curvesplus / test_curves.py (no class)   7 0 0   100%
biobb_dna / test / unitests / test_dna / test_averages.py TestAverages   9 1 0   89%
biobb_dna / test / unitests / test_dna / test_averages.py (no class)   10 0 0   100%
biobb_dna / test / unitests / test_dna / test_bimodality.py TestBimodality   9 1 0   89%
biobb_dna / test / unitests / test_dna / test_bimodality.py (no class)   7 0 0   100%
biobb_dna / test / unitests / test_dna / test_timeseries.py TestTimeSeries   7 1 0   86%
biobb_dna / test / unitests / test_dna / test_timeseries.py (no class)   10 0 0   100%
biobb_dna / test / unitests / test_dna / test_timeseries_unzip.py TestCanalUnzip   10 0 0   100%
biobb_dna / test / unitests / test_dna / test_timeseries_unzip.py (no class)   6 0 0   100%
biobb_dna / test / unitests / test_stiffness / test_stiffness.py TestAvgStiffness   9 1 0   89%
biobb_dna / test / unitests / test_stiffness / test_stiffness.py TestBasePairStiffness   9 1 0   89%
biobb_dna / test / unitests / test_stiffness / test_stiffness.py (no class)   12 0 0   100%
biobb_dna / utils / __init__.py (no class)   0 0 0   100%
biobb_dna / utils / common.py (no class)   10 4 0   60%
biobb_dna / utils / constants.py (no class)   6 0 0   100%
biobb_dna / utils / loader.py (no class)   26 10 0   62%
biobb_dna / utils / transform.py (no class)   6 1 0   83%
Total     2167 287 0   87%

No items found using the specified filter.