| blib/lib/Locale/Simple/Scraper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 24 | 4.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 131 | 21 | 0 | 0 | -l $file and not -e readlink $file |
| 238 | 0 | 0 | 0 | $c =~ /\s/ and not $q_state |
| 240 | 0 | 0 | 0 | $c eq q['] and $q_state == 1 |
| 0 | 0 | 0 | $c eq '"' and $q_state == 2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 240 | 0 | 0 | 0 | $c eq q['] and $q_state == 1 or $c eq '"' and $q_state == 2 |
| 242 | 0 | 0 | 0 | $esc eq q['] or $esc eq '"' |
| 0 | 0 | 0 | $esc eq q['] or $esc eq '"' or $esc eq '\\' | |
| 261 | 0 | 0 | 0 | $c eq q['] or $c eq '"' |