lib/Graph/Easy/Edge/Cell.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 36 | 61 | 59.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
307 | 10 | 10 | 0 | $type != 1 and $type != 2 |
1019 | 1 | 0 | 24 | $style ne 'invisible' and $self->{'type'} & 4096 |
1080 | 25 | 0 | 0 | $group->{'att'}{'fill'} and $bg eq '' |
1183 | 0 | 0 | 0 | defined $type and $type < 0 |
1218 | 1470 | 21 | 40 | $self->{'edge'}{'bidirectional'} and $arrows != 0 |
1227 | 1061 | 470 | 0 | $ah and $type == 7 || $type == 8 |
1228 | 1160 | 371 | 0 | $av and $type == 9 || $type == 10 |
1248 | 8 | 7 | 16 | $type != 12 and $type != 13 |
1285 | 5623 | 0 | 337 | defined $edge->{'att'}{$name} and $edge->{'att'}{$name} ne 'inherit' |
line | l | !l | condition |
---|---|---|---|
321 | 9 | 11 | $flags || 0 |
880 | 1 | 23 | $self->{'cx'} ||= 1 |
940 | 0 | 0 | $self->{'cy'} ||= 1 |
1031 | 24 | 0 | $self->attribute('font') || '' |
1032 | 24 | 0 | $self->default_attribute('font') || '' |
1077 | 25 | 0 | $self->attribute('background') || '' |
1158 | 0 | 25 | $self->{'cell_class'} || '' |
1230 | 1531 | 0 | $self->{'edge'}->attribute('style') || 'solid' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
221 | 5 | 0 | 0 | $edge_types->{$type} || 'unknown edge type #' . $type |
1027 | 7 | 17 | 0 | $self->raw_color_attribute('labelcolor') || $color |
1183 | 0 | 0 | 0 | defined $type and $type < 0 or $type > 15 |
1227 | 5 | 0 | 465 | $type == 7 || $type == 8 |
1228 | 0 | 1 | 370 | $type == 9 || $type == 10 |
1246 | 8 | 7 | 16 | $type == 12 or $type == 13 |