Condition Coverage

blib/lib/Syccess/Validator/Call.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
19 2 1 0 $self->has_arg and $self->has_not
41 3 2 1 $return and CORE::not $not
2 1 2 CORE::not $return and $not

or 3 conditions

line l !l&&r !l&&!r condition
21 1 2 0 $self->has_arg or $self->has_not
41 1 0 5 $return and CORE::not $not or CORE::not $return and $not