| blib/lib/Text/MediawikiFormat/Block.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | l | !l | condition |
|---|---|---|---|
| 13 | 217 | 98 | delete $args{'text'} || '' |
| 14 | 220 | 95 | delete $args{'args'} || [] |
| 21 | 321 | 309 | reftype $value || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 84 | 40 | 0 | 151 | exists $$tags{'nests'}{$self->type} && exists $$tags{'nests'}{$maynest->type} && $self->level < $maynest->level || exists $$tags{'nests_anywhere'}{$maynest->type} |