| blib/lib/Lingua/EN/Number/IsOrdinal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 9 | 88.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 112 | 11 | 0 | 8 | @nums == 1 and $nums[0] eq $text | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 112 | 8 | 3 | 8 | @nums == 1 and $nums[0] eq $text or $text =~ /$ORDINAL_NUMBER_RE/ | 
| 11 | 7 | 1 | @nums == 1 and $nums[0] eq $text or $text =~ /$ORDINAL_NUMBER_RE/ or $text =~ /$CARDINAL_NUMBER_RE/ |