| blib/lib/Nile/App.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 107 | 0 | 0 | 0 | @args and @args % 2 |
| 1055 | 0 | 0 | 0 | defined $env and ref $env eq 'HASH' |
| 1254 | 0 | 0 | 0 | &Scalar::Util::blessed($_[1]) && $_[1]->isa($_[2]) |
| line | l | !l | condition |
|---|---|---|---|
| 168 | 0 | 0 | $arg{'lang'} ||= '' |
| 169 | 0 | 0 | $arg{'theme'} ||= 'default' |
| 502 | 0 | 0 | $self->var->get('log_file') || 'log.pm' |
| 1094 | 0 | 0 | $langs[0] ||= 'en-US' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 1094 | 0 | 0 | 0 | $default ||= ($langs[0] ||= 'en-US') |
| 0 | 0 | 0 | $lang ||= ($default ||= ($langs[0] ||= 'en-US')) |