Condition Coverage

blib/lib/Graph/Easy/As_graph6.pm
Criterion Covered Total %
condition 8 8 100.0


and 3 conditions

line !l l&&!r l&&r condition
75 4 5 4 $graph->is_directed && $format eq 'digraph6'

or 2 conditions

line l !l condition
63 24 7 $options{'format'} || 'graph6'

or 3 conditions

line l !l&&r !l&&!r condition
55 4 4 31 $graph->has_edge($from, $to) || $graph->has_edge($to, $from)