Branch Coverage

blib/lib/Gnuplot/Builder/PrototypedData.pm
Criterion Covered Total %
branch 40 40 100.0


line true false branch
33 6 56 if ($line =~ /\\$/)
39 4 52 if $line =~ /^#/
41 12 40 if $line eq ''
42 27 13 if ($line =~ /^([^=]*)=(.*)$/) { }
47 6 7 if ($name =~ /^-/) { }
59 111 118 defined $args{'key_prefix'} ? :
62 15 214 if (@$entries == 1)
71 2 328 if ($temp_list->exists($key)) { }
79 326 2 @$value_arrayref == 1 ? :
80 54 274 $quote ? :
87 10 80 if ($ref eq 'ARRAY') { }
17 63 elsif ($ref eq 'CODE') { }
135 88 511 if ($ref eq 'ARRAY') { }
90 421 elsif ($ref eq 'CODE' and defined $evaluator) { }
150 12 155 unless (defined $pdata_with_key)
151 7 5 wantarray ? :
155 77 78 wantarray ? :
169 36 109 $args{'quote'} ? :
178 413 172 unless defined $pdata_with_attr
180 11 161 if (ref $raw_value eq 'CODE' and defined $self->{'attribute_evaluator'}{$name}) { }