Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
124 13 0 1 defined $self->{'enum'} and @{$self->{'enum'};}
151 17 0 1 defined $self->{'enum'} and @{$self->{'enum'};}

or 2 conditions

line l !l condition
18 0 9 $_[1] // 1

or 3 conditions

line l !l&&r !l&&!r condition
49 2 2 7 $ref eq 'ARRAY' or $ref eq 'HASH'