Coverage report: 79%

Files Functions Classes

coverage.py v7.10.6, created at 2025-09-18 09:16 +0000

File class statements missing excluded coverage
biobb_flexserv/__init__.py (no class) 5 0 0 100%
biobb_flexserv/flexserv/__init__.py (no class) 5 0 0 100%
biobb_flexserv/flexserv/bd_run.py BDRun 28 5 0 82%
biobb_flexserv/flexserv/bd_run.py (no class) 26 11 0 58%
biobb_flexserv/flexserv/dmd_run.py DMDRun 42 5 0 88%
biobb_flexserv/flexserv/dmd_run.py (no class) 26 11 0 58%
biobb_flexserv/flexserv/nma_run.py NMARun 31 5 0 84%
biobb_flexserv/flexserv/nma_run.py (no class) 27 11 0 59%
biobb_flexserv/pcasuite/__init__.py (no class) 13 0 0 100%
biobb_flexserv/pcasuite/pcz_animate.py PCZanimate 24 1 0 96%
biobb_flexserv/pcasuite/pcz_animate.py (no class) 27 10 0 63%
biobb_flexserv/pcasuite/pcz_bfactor.py PCZbfactor 27 1 0 96%
biobb_flexserv/pcasuite/pcz_bfactor.py (no class) 28 11 0 61%
biobb_flexserv/pcasuite/pcz_collectivity.py PCZcollectivity 31 1 0 97%
biobb_flexserv/pcasuite/pcz_collectivity.py (no class) 28 10 0 64%
biobb_flexserv/pcasuite/pcz_evecs.py PCZevecs 45 1 0 98%
biobb_flexserv/pcasuite/pcz_evecs.py (no class) 29 10 0 66%
biobb_flexserv/pcasuite/pcz_hinges.py PCZhinges 100 47 0 53%
biobb_flexserv/pcasuite/pcz_hinges.py (no class) 30 10 0 67%
biobb_flexserv/pcasuite/pcz_info.py PCZinfo 45 1 0 98%
biobb_flexserv/pcasuite/pcz_info.py (no class) 28 10 0 64%
biobb_flexserv/pcasuite/pcz_lindemann.py PCZlindemann 32 2 0 94%
biobb_flexserv/pcasuite/pcz_lindemann.py (no class) 28 10 0 64%
biobb_flexserv/pcasuite/pcz_similarity.py PCZsimilarity 204 50 0 75%
biobb_flexserv/pcasuite/pcz_similarity.py (no class) 39 11 0 72%
biobb_flexserv/pcasuite/pcz_stiffness.py PCZstiffness 46 1 0 98%
biobb_flexserv/pcasuite/pcz_stiffness.py (no class) 29 10 0 66%
biobb_flexserv/pcasuite/pcz_unzip.py PCZunzip 26 3 0 88%
biobb_flexserv/pcasuite/pcz_unzip.py (no class) 27 10 0 63%
biobb_flexserv/pcasuite/pcz_zip.py PCZzip 35 5 0 86%
biobb_flexserv/pcasuite/pcz_zip.py (no class) 28 11 0 61%
biobb_flexserv/test/unitests/test_flexserv/test_bd_run.py TestBDRun 7 0 0 100%
biobb_flexserv/test/unitests/test_flexserv/test_bd_run.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_flexserv/test_dmd_run.py TestDMDRun 5 0 0 100%
biobb_flexserv/test/unitests/test_flexserv/test_dmd_run.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_flexserv/test_nma_run.py TestNMARun 5 0 0 100%
biobb_flexserv/test/unitests/test_flexserv/test_nma_run.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcaunzip.py TestPCZunzip 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcaunzip.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcazip.py TestPCZzip 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcazip.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_animate.py TestPCZanimate 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_animate.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_bfactor.py TestPCZbfactor 7 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_bfactor.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_collectivity.py TestPCZcollectivity 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_collectivity.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_evecs.py TestPCZevecs 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_evecs.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_hinges.py TestPCZhinges 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_hinges.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_info.py TestPCZinfo 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_info.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_lindemann.py TestPCZlindemann 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_lindemann.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_similarity.py TestPCZsimilarity 5 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_similarity.py (no class) 6 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_stiffness.py TestPCZstiffness 4 0 0 100%
biobb_flexserv/test/unitests/test_pcasuite/test_pcz_stiffness.py (no class) 6 0 0 100%
Total   1296 274 0 79%

No items found using the specified filter.