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 | 744 | defined $struct->{'_name'} and length $struct->{'_name'} |
89 | 564 | 179 | 1 | defined $struct->{'_allow'} and not ref($struct->{'_allow'}) =~ /^(?:ARRAY|Regexp|CODE)$/ |
196 | 469 | 31 | 131 | defined $self->allow and ref $self->allow eq "ARRAY" |
500 | 1 | 130 | defined $self->allow and ref $self->allow eq "ARRAY" and @{$self->allow;} |
line | l | !l | condition |
---|---|---|---|
148 | 14 | 32 | $value || '' |