Condition Coverage

lib/Convert/Number/Ethiopic.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
251 187 57 72 $eOne eq "\x{1369}" and $eTen eq ""

or 2 conditions

line l !l condition
76 0 0 $self->_setArgs(@_) or return
298 190 0 $self->_setArgs(@_) or return

or 3 conditions

line l !l&&r !l&&!r condition
55 95 95 0 $number =~ /^\d+$/ or $number =~ /^[\x{1369}-\x{137c}]+$/
233 49 41 46 $eTen ne '' || $eOne ne ''