| blib/lib/Algorithm/Graphs/TransitiveClosure/Tiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 6 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 24 | 2 | if (%{$graph->{$v};}) { } |
| 1 | 1 | elsif ($delEmpty) { } | |
| 34 | 14 | 189 | if exists $graph->{$k} and exists $graph->{$k}{$j} and exists $graph->{$i} and exists $graph->{$i}{$k} and not exists $graph->{$i}{$j} |