| blib/lib/App/EPAN.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 18 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | scalar @_ && length $_[0] && substr($_[0], 0, 1) ne '-' | 
| line | l | !l | condition | 
|---|---|---|---|
| 72 | 0 | 0 | our $VERSION ||= 'whateva' | 
| 101 | 0 | 0 | $self->config('target') // 'epan' | 
| 229 | 0 | 0 | our $VERSION ||= 'whateva' | 
| 266 | 0 | 0 | $version // 'undef' | 
| 320 | 0 | 0 | $md->{'version'} || 'undef' | 
| 422 | 0 | 0 | ($self->config('author') // $ENV{'EPAN_AUTHOR'}) // 'LOCAL' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 422 | 0 | 0 | 0 | $self->config('author') // $ENV{'EPAN_AUTHOR'} |