Condition Coverage

blib/lib/Graph/Reader/Graph6.pm
Criterion Covered Total %
condition 4 5 80.0


and 3 conditions

line !l l&&!r l&&r condition
71 5 7 2 $check_countedged and $graph->has_edge($from, $to)

or 2 conditions

line l !l condition
48 0 6 $self->{'vertex_name_func'} || sub { my($n) = @_; return sprintf('%0*d', $width, $n); }