| lib/Class/Usul/TraitFor/RunningMethods.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 20 | 40.0 |
| line | true | false | branch |
|---|---|---|---|
| 110 | 0 | 4 | if &is_member($method, 'help', 'run_chain') |
| 112 | 0 | 4 | unless $self->quiet |
| 114 | 4 | 0 | if ($method eq 'run_chain' or $self->can_call($method)) { } |
| 116 | 1 | 3 | exists $self->params->{$method} ? : |
| 119 | 0 | 4 | unless defined($rv = $self->$method(@{$params;})) |
| 139 | 0 | 0 | $self->method ? : |
| 148 | 0 | 4 | unless ($self->can_call($method)) |
| 150 | 0 | 0 | if $method |
| 151 | 0 | 0 | unless $method and $self->can_call($method) and $self->next_argv |
| 155 | 4 | 0 | $method ? : |