blib/lib/Data/Rx/CoreType/str.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 11 | 81.8 |
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 |
line | l | !l | condition |
---|---|---|---|
23 | 0 | 1 | $val // "undef" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
19 | 1 | 0 | 2 | not defined $val or ref $val |