Condition Coverage

blib/lib/Gnuplot/Builder/PrototypedData.pm
Criterion Covered Total %
condition 13 14 92.8


and 3 conditions

line !l l&&!r l&&r condition
135 421 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 413 172 484 defined $pdata_with_attr and not $pdata_with_attr->has_own_attribute($name)
180 146 15 11 ref $raw_value eq 'CODE' and defined $self->{'attribute_evaluator'}{$name}

or 2 conditions

line l !l condition
16 124 1298 $args{'attribute_evaluator'} || {}