| blib/lib/App/Pod/Example.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 18 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 51 | 2 | 15 | if (not &getopts("d:ehn:prs:", $self->{'_opts'}) or $self->{'_opts'}{'h'} or @ARGV < 1) |
| 79 | 1 | 11 | unless ($self->{'_print'} or $self->{'_run'}) |
| 87 | 1 | 13 | unless (defined $code) |
| 93 | 3 | 10 | if ($self->{'_print'}) |
| 94 | 1 | 2 | if ($self->{'_debug'}) |
| 97 | 1 | 2 | if ($self->{'_enumerate'}) { } |
| 110 | 10 | 3 | if ($self->{'_run'}) |
| 111 | 9 | 1 | if ($self->{'_debug'}) |
| 117 | 1 | 9 | if (@{$self->{'_args'};}) |