Condition Coverage

lib/Graph/Easy/As_txt.pm
Criterion Covered Total %
condition 36 46 78.2


and 3 conditions

line !l l&&!r l&&r condition
56 61 0 109 not $att =~ /\n.*\n/ and length $att < 40
112 447 279 89 @out == 0 and (scalar $n->predecessors || 0) == 0
115 30 45 59 exists $n->{'autosplit'} and not defined $n->{'autosplit'}
258 1425 45 0 $self->isa('Graph::Easy::Group') and exists $self->{'group'}
303 0 831 17 ref $g and $g->attribute($class, 'border') eq $border
312 1334 3 133 ref $self->{'group'} and $self->{'group'}->attribute('nodeclass') eq $c
315 1420 14 36 $c ne '' and $c ne 'anon'
341 1037 83 74 exists $self->{'autosplit'} and defined $self->{'autosplit'}
432 601 21 0 $self->{'undirected'} and substr($style, 1, 1) eq ' '

or 2 conditions

line l !l condition
44 437 0 $self->border_attribute($class) || ''
112 279 89 scalar $n->predecessors || 0
270 18 0 $new->{'columns'} || 1
17 1 $new->{'rows'} || 1
296 1 44 $attributes->{'borderstyle'} || ''
0 45 $attributes->{'borderwidth'} || ''
0 45 $attributes->{'bordercolor'} || ''
405 622 0 $self->style || 'solid'

or 3 conditions

line l !l&&r !l&&!r condition
112 45 0 815 defined $n->{'autosplit'} or @out == 0 and (scalar $n->predecessors || 0) == 0