| blib/lib/Algorithm/Graphs/TransitiveClosure/Tiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 12 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 34 | 38 | 156 | 230 | exists $graph->{$k} and exists $graph->{$k}{$j} | 
| 156 | 9 | 221 | exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} | |
| 9 | 91 | 130 | exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} and exists $graph->{$i}{$k} | |
| 91 | 116 | 14 | exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} and exists $graph->{$i}{$k} and not exists $graph->{$i}{$j} |