blib/lib/Convert/Number/Greek.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 18 | 100.0 |
line | true | false | branch |
---|---|---|---|
104 | 10 | 6 | $$options{'uc'} || $$options{'upper'} ? : |
106 | 1 | 2 | $digits[0][6] eq 'ϛ' ? : |
3 | 13 | if exists $$options{'stigma'} and not $$options{'stigma'} | |
108 | 1 | 2 | $digits[1][9] eq 'ϟ' ? : |
3 | 13 | if $$options{'arch_koppa'} | |
118 | 15 | 1 | unless exists $$options{'numbersign'} and not $$options{'numbersign'} |
215 | 2 | 107 | if ($n =~ s/^\x{3c3}\x{3c4}//i) { } |
98 | 9 | elsif (exists $greek_digit_2_num{substr $n, 0, 1}) { } | |
223 | 6 | 3 | unless length $n |