Condition Coverage

blib/lib/Data/Validator/Item.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
198 87 7 1 defined $self->missing and $datum eq $self->missing
208 89 2 1 defined $self->min and $datum < $self->min
212 89 1 1 defined $self->max and $datum > $self->max
267 0 8 1 defined $self->missing and $datum eq $self->missing

or 2 conditions

line l !l condition
504 1 0 eval { do { '' =~ /$pat/; 1 } } || 0

or 3 conditions

line l !l&&r !l&&!r condition
119 0 11 0 ref $proto || $proto