| blib/lib/YAML/Perl/Reader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 13 | 46.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 707 | 0 | 0 | $ch eq "\r" and $self->peek(2) != "\n" |
| 111 | 30 | 0 | 0 | not $self->eof and length $self->raw_buffer < 2 |
| line | l | !l | condition |
|---|---|---|---|
| 53 | 485 | 2713 | shift() || 0 |
| 189 | 0 | 0 | shift() || 1024 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 75 | 102 | 0 | 707 | $ch =~ /[\n\x85]/ or $ch eq "\r" and $self->peek(2) != "\n" |