Condition Coverage

blib/lib/PRANG/Graph/Quantity.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
52 124 134 0 $self->has_max and $found > $self->max
66 373 115 0 $self->has_min && $found < $self->min
108 45 10 346 $self->has_max and $self->max == 1
118 7 47 0 $val and (ref $val || '') ne "ARRAY"

or 2 conditions

line l !l condition
118 47 0 ref $val || ''

or 3 conditions

line l !l&&r !l&&!r condition
118 47 7 1 $val || $self->has_min