Condition Coverage

blib/lib/MojoX/I18N/Lexemes.pm
Criterion Covered Total %
condition 26 31 83.8


and 3 conditions

line !l l&&!r l&&r condition
35 70 0 23 $type eq 'expr' || $type eq 'escp' and $value
70 3 20 $type eq 'expr' || $type eq 'escp' and $value and substr($value, 0, length($self->helper) + 1) eq $self->helper . ' '
70 0 3 $type eq 'expr' || $type eq 'escp' and $value
70 0 3 $type eq 'expr' || $type eq 'escp' and $value and $value =~ $self->helper_re
64 70 32 23 $args and not $multiline

or 2 conditions

line l !l condition
30 71 54 $$line[$j + 1] || ''
51 0 20 $$line[$j + 2] || ''

or 3 conditions

line l !l&&r !l&&!r condition
35 12 11 70 $type eq 'expr' || $type eq 'escp'
3 0 70 $type eq 'expr' || $type eq 'escp'
36 3 3 26 $type eq 'expr' or $type eq 'escp'
6 6 20 $type eq 'expr' or $type eq 'escp' or $type eq 'line'