Condition Coverage

blib/lib/Algorithm/Graphs/TransitiveClosure/Tiny.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
34 38 175 211 exists $graph->{$k} and exists $graph->{$k}{$j}
175 8 203 exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i}
8 72 131 exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} and exists $graph->{$i}{$k}
72 117 14 exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} and exists $graph->{$i}{$k} and not exists $graph->{$i}{$j}