Condition Coverage

blib/lib/Text/Unmunch.pm
Criterion Covered Total %
condition 20 30 66.6


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 4 defined $self->{'aff'} and defined $self->{'wf'}
31 0 0 4 -e $self->{'aff'} and -e $self->{'wf'}
51 1 2 1 $self->{'sfx'} ne '' and $self->{'sfx'} eq 's'
54 2 1 1 $self->{'pfx'} ne '' and $self->{'pfx'} eq 'p'
57 3 0 1 $self->{'sfx'} eq '' and $self->{'pfx'} eq ''
178 0 4 16 $self->{'sfx'} and defined $ujszo
322 32 0 12 $carr[0] eq '.' and $condarrsize == 1
334 8 0 8 $carr[$i] ne $tobechecked and $carr[$i] ne '.'

or 3 conditions

line l !l&&r !l&&!r condition
172 0 4 0 $comb eq 'y' or $comb eq 'Y'
220 236 56 1572 index($_, 'SFX ') == 0 or index($_, 'PFX ') == 0