Condition Coverage

blib/lib/Convert/UU.pm
Criterion Covered Total %
condition 20 40 50.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 3 @_ >= 1 and @_ <= 3
82 0 0 0 $file eq '' and not $mode
92 88 0 5 $file eq '' and not $mode
96 88 0 0 $file eq '' and not $mode
103 2 0 1 $file eq '' and not $mode
107 2 0 0 $file eq '' and not $mode

or 2 conditions

line l !l condition
29 1 2 $mode ||= '644'
30 1 2 $file ||= 'uuencode.uu'

or 3 conditions

line l !l&&r !l&&!r condition
33 0 1 2 UNIVERSAL::isa($in, 'IO::Handle') or ref \$in eq 'GLOB'
1 0 2 UNIVERSAL::isa($in, 'IO::Handle') or ref \$in eq 'GLOB' or ref $in eq 'GLOB'
1 0 2 UNIVERSAL::isa($in, 'IO::Handle') or ref \$in eq 'GLOB' or ref $in eq 'GLOB' or ref $in eq 'FileHandle'
73 0 0 6 UNIVERSAL::isa($in, 'IO::Handle') or ref \$in eq 'GLOB'
0 0 6 UNIVERSAL::isa($in, 'IO::Handle') or ref \$in eq 'GLOB' or ref $in eq 'GLOB'
0 0 6 UNIVERSAL::isa($in, 'IO::Handle') or ref \$in eq 'GLOB' or ref $in eq 'GLOB' or ref $in eq 'FileHandle'