| blib/lib/Math/Polynomial/Solve.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| subroutine | 36 | 37 | 97.3 |
| pod | 25 | 26 | 96.1 |
| 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 |
| 126 | 17 | n/a | BEGIN |
| 258 | 14 | Yes | ascending_order |
| 285 | 44 | No | poly_analysis |
| 438 | 135 | Yes | poly_roots |
| 611 | 22 | Yes | poly_option |
| 660 | 87 | Yes | build_companion |
| 714 | 87 | Yes | balance_matrix |
| 840 | 87 | Yes | hqr_eigen_hessenberg |
| 1119 | 9 | Yes | linear_roots |
| 1143 | 40 | Yes | quadratic_roots |
| 1178 | 23 | Yes | cubic_roots |
| 1287 | 22 | Yes | quartic_roots |
| 1438 | 17 | Yes | poly_real_root_count |
| 1467 | 156 | Yes | sturm_real_root_range_count |
| 1502 | 21 | Yes | sturm_bisection |
| 1606 | 5 | Yes | sturm_bisection_roots |
| 1645 | 55 | Yes | poly_sturm_chain |
| 1707 | 346 | Yes | sturm_sign_count |
| 1789 | 17 | Yes | sturm_sign_minus_inf |
| 1811 | 17 | Yes | sturm_sign_plus_inf |
| 1833 | 156 | Yes | sturm_sign_chain |
| 1899 | 0 | Yes | epsilon |
| 1923 | 17 | n/a | BEGIN |
| 1924 | 16 | Yes | laguerre |
| 2033 | 17 | n/a | BEGIN |
| 2034 | 2 | Yes | newtonraphson |
| 2156 | 13 | Yes | poly_iteration |
| 2229 | 5 | Yes | poly_tolerance |
| 2264 | 39 | Yes | poly_nonzero_term_count |
| 2275 | 17 | n/a | END |