Condition Coverage

Bio/Matrix/Generic.pm
Criterion Covered Total %
condition 7 24 29.1


and 3 conditions

line !l l&&!r l&&r condition
115 0 0 5 defined $rownames and defined $colnames
214 0 0 16 defined $row and defined $column
254 0 0 169 defined $row and defined $col
0 0 169 defined $row and defined $col and $row =~ /^\d+$/
0 0 169 defined $row and defined $col and $row =~ /^\d+$/ and $col =~ /^\d+$/
500 0 0 2 defined $index && $index =~ /^\d+$/
590 0 0 2 defined $index && $index =~ /^\d+$/

or 3 conditions

line l !l&&r !l&&!r condition
115 0 0 0 defined $rownames || defined $colnames || defined $values