blib/lib/Graph/Reader/Graph6.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 5 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 5 | 7 | 2 | $check_countedged and $graph->has_edge($from, $to) |
line | l | !l | condition |
---|---|---|---|
48 | 0 | 6 | $self->{'vertex_name_func'} || sub { my($n) = @_; return sprintf('%0*d', $width, $n); } |