Condition Coverage

blib/lib/Mojolicious/Plugin/KossyValidator.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 ref $$rule[$i + 1] and ref $$rule[$i + 1] eq 'HASH'
118 0 0 0 not $param =~ /^@/ || $VALIDATOR{'NOT_NULL'}($req, $$vals[0]) and exists $$rule[$i + 1]{'default'}
133 0 0 0 ref $constraint_name and ref $constraint_name eq 'CODE'

or 3 conditions

line l !l&&r !l&&!r condition
118 0 0 0 $param =~ /^@/ || $VALIDATOR{'NOT_NULL'}($req, $$vals[0])