Condition Coverage

blib/lib/Business/AU/ABN.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
129 5 5 44 defined $_[1] && !ref($_[1]) && length $_[1] && $_[1] =~ /\S/
133 0 40 0 defined $_[1] && $_[1]

or 3 conditions

line l !l&&r !l&&!r condition
35 0 0 18 ref $_[0] || $_[0]