Condition Coverage

blib/lib/Data/Rx/CoreType/str.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
62 101 1 15 $self->{'length_check'} and not $self->{'length_check'}->(length $value)
70 56 2 44 defined $self->{'value'} and $self->{'value'} ne $value

or 2 conditions

line l !l condition
23 0 1 $val // "undef"

or 3 conditions

line l !l&&r !l&&!r condition
19 1 0 2 not defined $val or ref $val