| blib/lib/App/Pod/Example.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 43 | 0 | 15 | if (not &getopts('d:ehn:prs:', $self->{'_opts'}) or @ARGV < 1 or $self->{'_opts'}{'h'}) |
| 70 | 1 | 11 | unless ($self->{'_print'} or $self->{'_run'}) |
| 86 | 1 | 13 | unless (defined $code) |
| 92 | 3 | 10 | if ($self->{'_print'}) |
| 93 | 1 | 2 | if ($self->{'_debug'}) |
| 96 | 1 | 2 | if ($self->{'_enumerate'}) { } |
| 109 | 10 | 3 | if ($self->{'_run'}) |
| 110 | 9 | 1 | if ($self->{'_debug'}) |
| 116 | 1 | 9 | if (@{$self->{'_args'};}) |