blib/lib/Text/Parts.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 22 | 72.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
78 | 79 | 227 | 9974 | $num > 1 and $chunk_size > $eol_len + 1 |
149 | 0 | 4 | 40 | $end - $current + $size > 0 and $current - $size > 0 |
219 | 60 | 4046 | 1998 | $$self{'no_open'} and not $self->is_opened |
234 | 15 | 0 | 4046 | $$self{'no_open'} and not $self->is_opened |
line | l | !l | condition |
---|---|---|---|
12 | 0 | 52 | $args{'parser_method'} ||= 'getline' |
218 | 15 | 6089 | $buf || \$buffer |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
10 | 0 | 52 | 0 | $args{'eol'} ||= $/ |
47 | 57 | 0 | 4 | $opt{'num'} or $opt{'size'} |