Condition Coverage

blib/lib/Convert/Number/Greek.pm
Criterion Covered Total %
condition 11 14 78.5


and 3 conditions

line !l l&&!r l&&r condition
106 13 0 3 exists $$options{'stigma'} and not $$options{'stigma'}
118 15 0 1 exists $$options{'numbersign'} and not $$options{'numbersign'}
214 92 0 17 $n =~ s/^([\x{375},]+)// && length $1

or 2 conditions

line l !l condition
102 13 3 $options ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
104 5 5 6 $$options{'uc'} || $$options{'upper'}