Condition Coverage

blib/lib/Graph/Writer/Graph6.pm
Criterion Covered Total %
condition 6 6 100.0


and 3 conditions

line !l l&&!r l&&r condition
67 9 2 3 $graph->is_directed && $format ne 'digraph6'

or 3 conditions

line l !l&&r !l&&!r condition
46 2 1 4 $graph->has_edge($v1, $v2) || $graph->has_edge($v2, $v1)