Condition Coverage

blib/lib/I22r/Translate/Filter/Literal.pm
Criterion Covered Total %
condition 6 13 46.1


and 3 conditions

line !l l&&!r l&&r condition
71 13 17 0 $apply_m2 and $mapping->[2]

or 2 conditions

line l !l condition
16 0 26 $self->{'map'}{$key} //= {'__keys__', []}
94 17 0 $unmapping // ['', '']

or 3 conditions

line l !l&&r !l&&!r condition
83 30 0 0 s/(?<!#|_)$enc(?!#|_)/$element/ or s/(?<!#)$enc(?!#)/$element/
30 0 0 s/(?<!#|_)$enc(?!#|_)/$element/ or s/(?<!#)$enc(?!#)/$element/ or $self->_untransform2($_, $enc, $element)