blib/lib/Math/Polynomial/Solve.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
subroutine | 37 | 39 | 94.8 |
pod | 26 | 28 | 92.8 |
line | count | pod | subroutine |
---|---|---|---|
4 | 17 | n/a | BEGIN |
5 | 17 | n/a | BEGIN |
6 | 17 | n/a | BEGIN |
7 | 17 | n/a | BEGIN |
9 | 17 | n/a | BEGIN |
10 | 17 | n/a | BEGIN |
11 | 17 | n/a | BEGIN |
134 | 17 | n/a | BEGIN |
274 | 0 | No | ascending_order |
287 | 1 | Yes | is_ascending |
292 | 17 | Yes | coefficients |
332 | 44 | No | poly_analysis |
491 | 135 | Yes | poly_roots |
664 | 22 | Yes | poly_option |
713 | 87 | Yes | build_companion |
767 | 87 | Yes | balance_matrix |
893 | 87 | Yes | hqr_eigen_hessenberg |
1172 | 9 | Yes | linear_roots |
1196 | 40 | Yes | quadratic_roots |
1231 | 23 | Yes | cubic_roots |
1340 | 22 | Yes | quartic_roots |
1491 | 17 | Yes | poly_real_root_count |
1520 | 156 | Yes | sturm_real_root_range_count |
1555 | 21 | Yes | sturm_bisection |
1659 | 5 | Yes | sturm_bisection_roots |
1698 | 55 | Yes | poly_sturm_chain |
1756 | 346 | Yes | sturm_sign_count |
1838 | 17 | Yes | sturm_sign_minus_inf |
1860 | 17 | Yes | sturm_sign_plus_inf |
1882 | 156 | Yes | sturm_sign_chain |
1948 | 0 | Yes | epsilon |
1972 | 17 | n/a | BEGIN |
1973 | 16 | Yes | laguerre |
2082 | 17 | n/a | BEGIN |
2083 | 2 | Yes | newtonraphson |
2205 | 13 | Yes | poly_iteration |
2278 | 5 | Yes | poly_tolerance |
2314 | 39 | Yes | poly_nonzero_term_count |
2325 | 17 | n/a | END |