Condition Coverage

blib/lib/Text/Xslate/PP/State.pm
Criterion Covered Total %
condition 2 10 20.0


and 3 conditions

line !l l&&!r l&&r condition
181 1 0 0 utf8::is_utf8($st->{'output'}) && !utf8::is_utf8(${$sv;})
190 0 0 0 utf8::is_utf8($st->{'output'}) && !utf8::is_utf8($sv)

or 2 conditions

line l !l condition
133 0 0 $st->{'local_stack'} ||= []
147 0 1 $st->frame->[$st->current_frame($st->current_frame + 1)] ||= []