| line |
true |
false |
branch |
|
28
|
0 |
5 |
unless exists $chains->{$name} |
|
32
|
0 |
4 |
builtin::blessed($chains->{$name}) ? : |
|
52
|
1 |
4 |
unless $self->has_chain_for($chain) |
|
56
|
5 |
0 |
unless builtin::blessed($data) and $data->isa("Data::Annotation::Overlay") |
|
65
|
5 |
0 |
if $self->has_chain_for($name) |
|
76
|
3 |
2 |
defined $rname ? : |
|
78
|
1 |
4 |
unless (defined $outcome) |
|
85
|
4 |
0 |
if (ref $outcome ne "HASH") |
|
88
|
0 |
0 |
if (exists $outcome->{'result'}) |
|
94
|
0 |
0 |
if (defined $outcome->{'goto'}) { } |
|
|
0 |
0 |
elsif (defined $outcome->{'call'}) { } |
|
127
|
0 |
5 |
if wantarray |