Condition Coverage

blib/lib/PRANG/Graph/Quantity.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
52 0 0 0 $self->has_max and $found > $self->max
66 0 0 0 $self->has_min && $found < $self->min
108 0 0 0 $self->has_max and $self->max == 1
118 0 0 0 $val and (ref $val || '') ne 'ARRAY'

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
118 0 0 0 $val || $self->has_min