blib/lib/Math/LinearCombination.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
subroutine | 17 | 22 | 77.2 |
pod | 17 | 17 | 100.0 |
line | count | pod | subroutine |
---|---|---|---|
4 | 2 | n/a | BEGIN |
5 | 2 | n/a | BEGIN |
6 | 2 | n/a | BEGIN |
13 | 2 | n/a | BEGIN |
20 | 2 | n/a | BEGIN |
25 | 4 | Yes | new |
49 | 0 | Yes | make |
67 | 1 | Yes | clone |
74 | 11 | Yes | add_entry |
102 | 1 | Yes | get_entries |
107 | 1 | Yes | get_variables |
113 | 1 | Yes | get_coefficients |
120 | 2 | Yes | add_inplace |
130 | 0 | Yes | add |
137 | 0 | Yes | subtract |
145 | 1 | Yes | negate_inplace |
151 | 2 | Yes | multiply_with_constant_inplace |
161 | 0 | Yes | mult |
168 | 0 | Yes | div |
175 | 3 | Yes | evaluate |
184 | 5 | Yes | remove_zeroes |
192 | 6 | Yes | stringify |