-
Notifications
You must be signed in to change notification settings - Fork 0
coverage
github-actions[bot] edited this page May 10, 2026
·
32 revisions
- Commit: 46e5c09572b95b2706359f772e80042a66d7e88f
- From branch:
main - Time stamp: 2026-05-10T06:33:48+00:00
| 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 | 83 | 0 | 14 | 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 | 69 | 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 | 591 | 0 | 28 | 0 | 100% |