| blib/lib/Text/Delimited/Marpa.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 26 | 53.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 433 | 62 | 0 | 897 | $pos < $total_length and $pos - $first_pos <= $length |
| 719 | 0 | 0 | 8 | $lexeme =~ /["']/ and join(', ', @event_name) eq 'close_delim, open_delim' |
| 799 | 9 | 5 | 0 | CORE::length $open > 1 and $open =~ /'/ |
| 10 | 4 | 0 | CORE::length $close > 1 and $close =~ /'/ |
| line | l | !l | condition |
|---|---|---|---|
| 405 | 62 | 0 | $self->text || \'' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 409 | 2 | 52 | 8 | $self->length || $total_length |
| 766 | 0 | 0 | 14 | $open eq '' or $close eq '' |
| 787 | 0 | 0 | 14 | $open =~ /\\/ or $close =~ /\\/ |
| 799 | 0 | 0 | 14 | CORE::length $open > 1 and $open =~ /'/ or CORE::length $close > 1 and $close =~ /'/ |