Condition Coverage

blib/lib/App/EPAN.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
52 0 0 0 scalar @_ && length $_[0] && substr($_[0], 0, 1) ne '-'

or 2 conditions

line l !l condition
72 0 0 our $VERSION ||= 'whateva'
101 0 0 $self->config('target') // 'epan'
222 0 0 our $VERSION ||= 'whateva'
259 0 0 $version // 'undef'
313 0 0 $md->{'version'} || 'undef'
415 0 0 ($self->config('author') // $ENV{'EPAN_AUTHOR'}) // 'LOCAL'

or 3 conditions

line l !l&&r !l&&!r condition
415 0 0 0 $self->config('author') // $ENV{'EPAN_AUTHOR'}