Condition Coverage

blib/lib/Locale/KeyedText.pm
Criterion Covered Total %
condition 8 19 42.1


and 3 conditions

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')

or 2 conditions

line l !l condition
176 5 0 $msg_vars_ref ||= {}
488 6 0 $msg_vars_ref ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
60 0 26 0 &blessed($class) || $class
248 0 25 0 &blessed($class) || $class