| blib/lib/Number/Format/SouthAsian.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 18 | 72.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 105 | 0 | 150 | 0 | defined $number and looks_like_number $number |
| 176 | 0 | 86 | 4 | not exists $opts{'lakhs_and_crores_only'} and $$self{'defaults'}{'lakhs_and_crores_only'} |
| line | l | !l | condition |
|---|---|---|---|
| 81 | 3 | 5 | $opts{'words'} || 0 |
| 82 | 2 | 6 | $opts{'decimals'} || 0 |
| 83 | 1 | 7 | $opts{'lakhs_and_crores_only'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 176 | 4 | 0 | 90 | $opts{'lakhs_and_crores_only'} or not exists $opts{'lakhs_and_crores_only'} and $$self{'defaults'}{'lakhs_and_crores_only'} |
| 189 | 16 | 0 | 84 | not $z2w{$zeroes} or $number / $divisor < 1 |