| blib/lib/Math/SparseMatrix.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 24 | 33.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 45 | 0 | 3 | 0 | defined $rows and defined $cols | 
| 65 | 0 | 21 | 0 | defined $row and defined $col | 
| 0 | 21 | 0 | defined $row and defined $col and defined $val | |
| 103 | 0 | 81 | 0 | defined $row and defined $col | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 70 | 0 | 0 | 21 | $row < 1 or $row > $$self{'_rows'} | 
| 76 | 0 | 0 | 21 | $col < 1 or $col > $$self{'_cols'} | 
| 108 | 0 | 0 | 81 | $row < 1 or $row > $$self{'_rows'} | 
| 114 | 0 | 0 | 81 | $col < 1 or $col > $$self{'_cols'} |