blib/lib/Gnuplot/Builder/PrototypedData.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 14 | 92.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
135 | 413 | 0 | 90 | $ref eq 'CODE' and defined $evaluator |
147 | 12 | 155 | 1049 | defined $pdata_with_key and not $pdata_with_key->has_own_entry($key) |
175 | 199 | 150 | 259 | defined $pdata_with_attr and not $pdata_with_attr->has_own_attribute($name) |
180 | 129 | 10 | 11 | ref $raw_value eq 'CODE' and defined $self->{'attribute_evaluator'}{$name} |
line | l | !l | condition |
---|---|---|---|
16 | 124 | 1287 | $args{'attribute_evaluator'} || {} |