Condition Coverage

blib/lib/Text/WordDiff.pm
Criterion Covered Total %
condition 9 17 52.9


and 3 conditions

line !l l&&!r l&&r condition
161 20 0 3 defined $fn1 and defined $fn2

or 2 conditions

line l !l condition
31 0 35 $$opts{'FILENAME_PREFIX_A'} ||= '---'
32 0 35 $$opts{'FILENAME_PREFIX_B'} ||= '+++'
116 24 11 delete $$opts{'STYLE'} || 'ANSIColor'
118 0 0 eval "require $style" or die $@

or 3 conditions

line l !l&&r !l&&!r condition
47 6 6 0 $type eq 'GLOB' or UNIVERSAL::isa($seq, 'IO::Handle')
84 0 3 0 $type eq 'GLOB' or UNIVERSAL::isa($out_handler, 'IO::Handle')