blib/lib/IO/Buffered/Regexp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 17 | 52.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
60 | 1 | 5 | 0 | defined $regexp and ref $regexp eq 'Regexp' || ref $regexp eq '' && $regexp ne '' |
64 | 0 | 0 | 1 | $opts{'MaxSize'} =~ /^\d+$/ && $opts{'MaxSize'} > 0 |
1 | 1 | 0 | $opts{'MaxSize'} and not $opts{'MaxSize'} =~ /^\d+$/ && $opts{'MaxSize'} > 0 |
line | l | !l | condition |
---|---|---|---|
67 | 0 | 2 | $opts{'Double'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
60 | 2 | 0 | 3 | ref $regexp eq 'Regexp' || ref $regexp eq '' && $regexp ne '' |
75 | 0 | 2 | 0 | ref $class || $class |