| inc/TestML/Runtime.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 21 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 2 | 0 | 0 | @$signature and @$args != @$signature |
| 115 | 0 | 0 | 4 | $call->isa('TestML::Call') and $call->name eq 'Catch' |
| 190 | 16 | 0 | 0 | $value =~ s/\n+\z/\n/ and $value eq "\n" |
| line | l | !l | condition |
|---|---|---|---|
| 71 | 1 | 2 | $statement->points || [] |
| 144 | 13 | 0 | $self->function->getvar($name) || $self->lookup_callable($name) || die("Can't locate '${name}' callable") |
| 152 | 12 | 1 | $$call{'args'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 2 | 0 | $$self{'base'} ||= $0 =~ m[(.*)/] ? $1 : '.' |
| 151 | 12 | 1 | 0 | $call->args or defined $context |