| blib/lib/EB/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 6 | 0 | 0 | $main::cfg and $app |
| 6 | 0 | 0 | $main::cfg and $app and $main::cfg->{'app'} eq lc $app | |
| 170 | 60 | 0 | 6 | $ENV{$env} and not $self->val($section, $parameter, undef) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 91 | 3 | 0 | 3 | $ENV{'EB_LANG'} || $ENV{'LANG'} || ($^O =~ /^(ms)?win/i ? 'nl_NL.utf8' : 'nl_NL') |
| 149 | 73 | 30 | 0 | defined $res or @_ > 3 |