| blib/lib/Dotiac/DTL/Addon/case_insensitive.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 30 | 36.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 52 | 56 | 0 | 0 | $f eq q['] and $l eq q['] |
| 56 | 0 | 0 | $f eq '"' and $l eq '"' | |
| 53 | 48 | 0 | 8 | $f eq '`' and $l eq '`' |
| 55 | 48 | 0 | 0 | $lcn eq 'block.super' and $$param{'block.super'} |
| 60 | 33 | 0 | 11 | defined $keymap{$lcn} and exists $$param{$keymap{$lcn}} |
| 70 | 0 | 0 | 24 | defined $keymap{$lcn} and exists $$param{$keymap{$lcn}} |
| 89 | 0 | 0 | 0 | lc $k eq $lcn and $Dotiac::DTL::cycle{$k}[1] |
| 146 | 16 | 0 | 0 | not $found and $param->can('__getitem__') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 56 | $f eq q['] and $l eq q['] or $f eq '"' and $l eq '"' |
| 173 | 16 | 0 | 0 | ref $class || $class |