Condition Coverage

blib/lib/Math/BaseCnv.pm
Criterion Covered Total %
condition 9 26 34.6


and 3 conditions

line !l l&&!r l&&r condition
67 0 0 9 defined $numb and length $numb
72 0 0 0 $numb =~ /[A-F]/i and $numb =~ /^[0-9A-F]+$/i
0 0 0 $numb =~ /[G-Z._]/i and $numb =~ /^[0-9A-Z._]+$/i

or 2 conditions

line l !l condition
48 11 0 shift() || '0'
11 0 shift() || 64
54 12 0 shift() || '0'
12 0 shift() || 64

or 3 conditions

line l !l&&r !l&&!r condition
72 0 0 0 $numb =~ /^0x/i or $numb =~ /[A-F]/i and $numb =~ /^[0-9A-F]+$/i
79 0 0 9 $fbas < 2 or $tbas < 2
80 1 4 4 $numb =~ /\D/ or $fbas != 10