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