Condition Coverage

blib/lib/Nile/App.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
107 0 0 0 @args and @args % 2
1084 0 0 0 defined $env and ref $env eq 'HASH'
1283 0 0 0 &Scalar::Util::blessed($_[1]) && $_[1]->isa($_[2])

or 2 conditions

line l !l condition
188 0 0 $arg{'lang'} ||= ''
189 0 0 $arg{'theme'} ||= 'default'
529 0 0 $self->var->get('log_file') || 'log.pm'
1123 0 0 $langs[0] ||= 'en-US'

or 3 conditions

line l !l&&r !l&&!r condition
141 0 0 0 $meta ||= $object->meta
1123 0 0 0 $default ||= ($langs[0] ||= 'en-US')
0 0 0 $lang ||= ($default ||= ($langs[0] ||= 'en-US'))