lib/Text/Frundis/Object.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 24 | 41.6 |
line | true | false | branch |
---|---|---|---|
90 | 2 | 0 | if (@arg == 1) { } |
0 | 0 | elsif (@arg == 2) { } | |
94 | 0 | 0 | unless $self->process |
95 | 0 | 0 | unless ($self->{'allowed_flags'}{$_[0]} and not $self->{'allowed_flags'}{$_[0]} =~ /^_/u) |
129 | 0 | 8 | if $self->process |
147 | 0 | 2 | if (@_ == 1) { } |
2 | 0 | elsif (@_ == 2) { } | |
151 | 0 | 2 | unless $self->process |
152 | 2 | 0 | unless ($self->{'allowed_params'}{$_[0]} and not $self->{'allowed_params'}{$_[0]} =~ /^_/u) |
187 | 4 | 2 | if (@arg == 0) { } |
2 | 0 | elsif (@arg == 1) { } | |
209 | 0 | 4 | unless $self->process |