| Bio/Matrix/Generic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 24 | 29.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 115 | 0 | 0 | 5 | defined $rownames and defined $colnames |
| 213 | 0 | 16 | 0 | defined $row and defined $column |
| 252 | 0 | 169 | 0 | defined $row and defined $col |
| 0 | 169 | 0 | defined $row and defined $col and $row =~ /^\d+$/ | |
| 0 | 169 | 0 | defined $row and defined $col and $row =~ /^\d+$/ and $col =~ /^\d+$/ | |
| 498 | 0 | 0 | 2 | defined $index && $index =~ /^\d+$/ |
| 588 | 0 | 0 | 2 | defined $index && $index =~ /^\d+$/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 115 | 0 | 0 | 0 | defined $rownames || defined $colnames || defined $values |