| line | % | coverage | condition |
| 227 | 100 | | Params::Get::get_params(undef, @_) // {} |
| 240 | 100 | | $args->{'warn_on_error'} // 0 |
| 349 | 100 | | $args->{'sex'} // "M" |
| 351 | 100 | | $self->{'language'} // "en" |
| 479 | 100 | | $occupation =~ /^Manager\s+(.*)/iu and not $occupation =~ /^Manager of /iu and not $occupation =~ /Manager & /iu |
| 499 | 100 | | $trade =~ /'s$/u or lc $trade eq "shop" |
| 522 | 100 | | not $occupation =~ /gas works/iu and $occupation =~ /^(.+([a-z]))s\s+([a-z]+)$/iu |
| 525 | 100 | | lc $base eq "bu" or lc $base eq "harnes" |
| 565 | 100 | | defined $ENV{'LANG'} and $ENV{'LANG'} =~ /^en_US/u |
| 572 | 100 | | defined $ENV{'LANG'} and $ENV{'LANG'} =~ /^en_CA/u |
| 626 | 33 | | $translation->{$sex} // $translation->{'M'} |
| 682 | 33 | | $translation->{$sex} // $translation->{'M'} |
| 725 | 67 | | $ENV{'LANGUAGE'} and $ENV{'LANGUAGE'} =~ /^([a-z]{2})/iu |
| 737 | 67 | | defined $ENV{'LANG'} and $ENV{'LANG'} =~ /^C(\.|$)/u |