| blib/lib/Syntax/Construct.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 11 | 54.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 279 | 7 | 0 | 0 | not _is_stable($]) and $max_version eq $nearest_stable |
| line | l | !l | condition |
|---|---|---|---|
| 215 | 0 | 1 | POSIX::setlocale(POSIX::LC_CTYPE(), 'tr_TR.UTF-8') || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 231 | 5 | 0 | 99 | $removed{$construct} || $alias{$construct} && $removed{$alias{$construct}} |
| 240 | 2 | 0 | 2 | $introduced{$construct} || $alias{$construct} && $introduced{$alias{$construct}} |