| blib/lib/Math/Matrix/Banded/Square.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 24 | 79.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 160 | 25 | 494 | 50 | not $args[1] and $self->symmetric |
| 519 | 25 | 25 | not $args[1] and $self->symmetric and $i != $j |
| line | l | !l | condition |
|---|---|---|---|
| 166 | 837 | 0 | $data->[$i][$j_eff] // 0 |
| 260 | 0 | 0 | $min //= -1 |
| 261 | 0 | 0 | $max //= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 165 | 126 | 120 | 837 | $j_eff < 0 or $j_eff > $j_eff_max |
| 206 | 10 | 15 | 24 | $j_eff < 0 || $j_eff > $j_eff_max |
| 229 | 31 | 30 | 37 | $j_eff < 0 || $j_eff > $j_eff_max |
| 330 | 62 | 48 | 168 | $j_B < 0 or $j_B > $#$row_B |