Condition Coverage

blib/lib/MojoX/I18N/Lexemes.pm
Criterion Covered Total %
condition 19 26 73.0


and 3 conditions

line !l l&&!r l&&r condition
32 25 0 11 $type eq 'expr' || $type eq 'escp' and $value
25 3 8 $type eq 'expr' || $type eq 'escp' and $value and substr($value, 0, length($self->helper) + 1) eq $self->helper . ' '
25 0 3 $type eq 'expr' || $type eq 'escp' and $value
25 3 0 $type eq 'expr' || $type eq 'escp' and $value and $value =~ $self->helper_re
60 28 8 8 $args and not $multiline

or 2 conditions

line l !l condition
47 0 8 $$line[$j + 2] || ''

or 3 conditions

line l !l&&r !l&&!r condition
32 3 8 25 $type eq 'expr' || $type eq 'escp'
0 3 25 $type eq 'expr' || $type eq 'escp'
33 0 0 8 $type eq 'expr' or $type eq 'escp'