lib/GraphViz2/Abstract/Edge.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 18 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
95 | 0 | 260 | 0 | defined $a_ref and not defined $b_ref |
96 | 260 | 0 | 0 | not defined $a_ref and defined $b_ref |
101 | 56 | 204 | 0 | not ref $a_ref and ref $b_ref |
102 | 204 | 56 | 0 | ref $a_ref and not $b_ref |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 260 | 0 | 0 | defined $a_ref or defined $b_ref |
104 | 56 | 0 | 204 | ref $a_ref or ref $b_ref |