| blib/lib/App/Gimei/Runner.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 22 | 22 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 157 | 20 | 9 | 2 | $word_type eq "address" and $token eq "romaji" | 
| line | l | !l | condition | 
|---|---|---|---|
| 123 | 16 | 4 | @$tokens_ref[0] // "" | 
| 137 | 10 | 1 | @$tokens_ref[0] // "" | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 98 | 15 | 2 | 15 | $token eq "name" or $token eq "male" | 
| 17 | 3 | 12 | $token eq "name" or $token eq "male" or $token eq "female" | |
| 138 | 4 | 2 | 5 | $token eq "prefecture" or $token eq "city" | 
| 6 | 1 | 4 | $token eq "prefecture" or $token eq "city" or $token eq "town" | |
| 153 | 19 | 2 | 10 | not $token or $token eq "name" |