| blib/lib/Test/Smoke/App/AppOption.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 14 | 14 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 86 | 1 | 1 | 731 | defined $struct->{'_name'} and length $struct->{'_name'} | 
| 89 | 551 | 179 | 1 | defined $struct->{'_allow'} and not ref($struct->{'_allow'}) =~ /^(?:ARRAY|Regexp|CODE)$/ | 
| 196 | 458 | 31 | 131 | defined $self->allow and ref $self->allow eq "ARRAY" | 
| 489 | 1 | 130 | defined $self->allow and ref $self->allow eq "ARRAY" and @{$self->allow;} | 
| line | l | !l | condition | 
|---|---|---|---|
| 148 | 14 | 32 | $value || '' |