| blib/lib/App/Image/Generator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 71 | 0 | 0 | 1 | defined $self->{'_opts'}{'p'} and &none(sub { $self->{'_opts'}{'p'} eq $_; } , @PATTERNS) |
| 89 | 0 | 0 | 0 | defined $self->{'_opts'}{'p'} and $self->{'_opts'}{'p'} eq "checkerboard" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 1 | 1 | 3 | not &getopts("hi:p:s:v", $self->{'_opts'}) or $self->{'_opts'}{'h'} |
| 1 | 1 | 2 | not &getopts("hi:p:s:v", $self->{'_opts'}) or $self->{'_opts'}{'h'} or @ARGV < 1 |