| line |
true |
false |
branch |
|
38
|
1 |
29 |
unless defined $engine |
|
39
|
2 |
27 |
unless blessed $engine and $engine->isa('VS::RuleEngine::Engine') |
|
42
|
26 |
1 |
if (not first(sub {
$$_[0] == $engine;
}
, @$engines)) { } |
|
53
|
0 |
24 |
if $Initialized{$$self} |
|
106
|
0 |
7 |
if $result == 2 |
|
107
|
4 |
3 |
if $result == 0 |
|
111
|
30 |
0 |
unless ($skip) |
|
117
|
1 |
36 |
if $result == 2 |
|
118
|
24 |
12 |
if $result == 1 |
|
122
|
24 |
6 |
if (not $skip and $match) |
|
133
|
29 |
1 |
unless ($skip) |
|
142
|
21 |
3 |
if $result == 0 |
|
155
|
25 |
0 |
if (not first(sub {
$_ == $runloop;
}
, @$runloops)) { } |
|
177
|
24 |
24 |
if (@$runloops) |
|
180
|
25 |
0 |
if ($status == 0) |
|
195
|
24 |
24 |
if $self->step == 0 |