| blib/lib/PDK/Content/Reader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 17 | 41.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 90 | 0 | 28 | 6 | $self->cursor < scalar @{$self->config;} and $self->getParseFlag == 1 |
| 101 | 0 | 0 | 0 | $self->cursor < scalar @{$self->config;} and $self->getParseFlag == 1 |
| 160 | 0 | 2 | 38 | $self->cursor >= 0 and $self->cursor < scalar @{$self->config;} |
| 170 | 0 | 0 | 36 | $self->cursor >= 0 and $self->cursor < scalar @{$self->config;} |
| line | l | !l | condition |
|---|---|---|---|
| 171 | 36 | 0 | $flag // 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 97 | 0 | 0 | 28 | not defined $result or $result =~ /^\s*$/mu |