| blib/lib/Syntax/Construct.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 9 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 259 | 7 | 0 | 0 | not $is_stable and $max_version eq $nearest_stable |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 204 | 5 | 0 | 81 | $removed{$construct} || $alias{$construct} && $removed{$alias{$construct}} |
| 213 | 2 | 0 | 2 | $introduced{$construct} || $alias{$construct} && $introduced{$alias{$construct}} |