Condition Coverage

blib/lib/Mojolicious/Validator.pm
Criterion Covered Total %
condition 8 11 72.7


and 2 conditions

line l !l condition
45 7 6 $value eq $_ and return undef

and 3 conditions

line !l l&&!r l&&r condition
28 3 0 9 ref $_[2] && $_[2]->isa('Mojo::Upload')

or 3 conditions

line l !l&&r !l&&!r condition
54 2 0 14 defined $min && $min > $value || defined $max && $max < $value
60 2 0 9 defined $min && $len < $min || defined $max && $len > $max