Skip to content

coverage

github-actions[bot] edited this page May 2, 2026 · 32 revisions

Test Coverage

Code coverage badge graphic

Name Stmts Miss Branch BrPart Cover Missing
src/pavpen/geometry_calculator/__init__.py 17 0 0 0 100%
src/pavpen/geometry_calculator/circle_calculator.py 16 0 0 0 100%
src/pavpen/geometry_calculator/defaults.py 3 0 0 0 100%
src/pavpen/geometry_calculator/faults.py 31 0 2 0 100%
src/pavpen/geometry_calculator/float_vector_field_operations.py 12 0 0 0 100%
src/pavpen/geometry_calculator/orthonormal_basis_calculator.py 34 0 10 0 100%
src/pavpen/geometry_calculator/planar_rotation_direction.py 4 0 0 0 100%
src/pavpen/geometry_calculator/rounded_corner_calculator.py 79 0 12 0 100%
src/pavpen/geometry_calculator/vector_field_implementations/__init__.py 2 0 0 0 100%
src/pavpen/geometry_calculator/vector_field_implementations/complex_vector_field_operations.py 11 0 0 0 100%
src/pavpen/geometry_calculator/vector_field_implementations/tuple_float_vector_field_operations.py 24 0 0 0 100%
src/pavpen/geometry_calculator/vector_field_operations.py 45 0 2 0 100%
tests/__init__.py 0 0 0 0 100%
tests/test_circle_calculator.py 15 0 0 0 100%
tests/test_faults.py 11 0 0 0 100%
tests/test_float_vector_field_operations.py 64 0 0 0 100%
tests/test_orthonormal_basis_calculator.py 40 0 0 0 100%
tests/test_rounded_corner_calculator.py 64 0 0 0 100%
tests/test_vector_field_operations.py 82 0 0 0 100%
tests/vector_field_implementations/__init__.py 0 0 0 0 100%
tests/vector_field_implementations/test_complex_vector_field_operations.py 14 0 0 0 100%
tests/vector_field_implementations/test_tuple_float_vector_field_operations.py 14 0 0 0 100%
TOTAL 582 0 26 0 100%

Clone this wiki locally