| blib/lib/Math/Matrix/Banded/Rectangular.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 25 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 108 | 111 | 12 | 0 | defined $offset and $offset <= $new_offset |
| 175 | 102 | 2 | 0 | defined $offset and $offset <= $new_offset |
| line | l | !l | condition |
|---|---|---|---|
| 97 | 220 | 2 | $j_eff // -1 |
| 98 | 116 | 0 | $row_data->[$j_eff] // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 97 | 2 | 104 | 116 | ($j_eff // -1) < 0 or $j_eff > $j_eff_max |
| 126 | 0 | 0 | 130 | not defined $offset or $#$row_data >= $new_range |
| 146 | 9 | 10 | 110 | not defined $cur_offset or $cur_offset > $max_offset |
| 211 | 18 | 18 | 27 | ($j_eff // -1) < 0 || $j_eff > $j_eff_max |
| 233 | 18 | 18 | 27 | ($j_eff // -1) < 0 || $j_eff > $j_eff_max |