| lib/Graph/Easy/Parser/VCG.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 38 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 320 | 91 | 5 | 0 | $self->{'_in_vcg_multi_line_label'} and $self->{'debug'} |
| 844 | 2 | 0 | 0 | $c =~ /^[0-9]+\z/ and $c < 256 |
| 910 | 3 | 0 | 4 | $c =~ /^[0-9]+\z/ and $c < 256 |
| line | l | !l | condition |
|---|---|---|---|
| 439 | 26 | 0 | $1 || '' |
| 449 | 26 | 0 | $self->{'scope_stack'}[-1] || {} |
| 461 | 0 | 13 | $1 || 'edge' |
| 462 | 13 | 0 | $2 || '' |
| 475 | 13 | 0 | $self->{'scope_stack'}[-1] || {} |
| 871 | 4 | 0 | $vcg_orientation->{$value} || 'south' |
| 937 | 2 | 0 | $shapes->{$s} || 'rect' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 843 | 2 | 0 | 0 | $vcg_color_by_name->{$color} || $color |
| 846 | 0 | 2 | 0 | $vcg_edge_color_remap->{$name} || $name |
| 854 | 2 | 1 | 0 | $graph->{'_vcg_class_names'}{$class} || 'edgeclass' . $class |
| 909 | 3 | 4 | 0 | $vcg_color_by_name->{$color} || $color |
| 912 | 7 | 0 | 0 | $vcg_node_color_remap->{$name} || $name |