| blib/lib/Locale/KeyedText.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 19 | 42.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 0 | 0 | 26 | @args == 1 and ref $args[0] eq 'HASH' |
| 267 | 0 | 0 | 25 | @args == 1 and ref $args[0] eq 'HASH' |
| 543 | 2 | 0 | 19 | &blessed($val) && $val->isa('Locale::KeyedText::Message') |
| line | l | !l | condition |
|---|---|---|---|
| 176 | 5 | 0 | $msg_vars_ref ||= {} |
| 488 | 6 | 0 | $msg_vars_ref ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 60 | 0 | 26 | 0 | &blessed($class) || $class |
| 248 | 0 | 25 | 0 | &blessed($class) || $class |