line |
!l |
l&&!r |
l&&r |
condition |
117
|
0 |
0 |
8 |
$value and $value->state & 32 |
120
|
5 |
0 |
3 |
$rule->{'run_instance'}{'run_opts'}{'actual_term'} and $rule->{'run_instance'}{'orig_target'} eq $target |
134
|
0 |
0 |
0 |
$value and $value->state & 16 |
|
0 |
0 |
0 |
$value and $value->state & 16 and my $trg_obj = $self->{'target_chi'}->get("t:$target") |
248
|
0 |
0 |
0 |
exists $rule->{'depends_catch'} and ref $rule->{'depends_catch'} eq 'CODE' |
|
0 |
0 |
0 |
exists $rule->{'depends_catch'} and ref $rule->{'depends_catch'} eq 'CODE' and eval {
do {
$exception->isa('CHI::Cascade::Value')
}
} |
|
0 |
0 |
0 |
exists $rule->{'depends_catch'} and ref $rule->{'depends_catch'} eq 'CODE' and eval {
do {
$exception->isa('CHI::Cascade::Value')
}
} and $exception->thrown_from_code |
262
|
20 |
0 |
0 |
defined $ttl and $ttl > 0 |
|
20 |
0 |
0 |
defined $ttl and $ttl > 0 and not $should_be_recomputed |
288
|
0 |
6 |
5 |
not $only_from_cache and $start_time = (++$self->{'stats'}{'dependencies_lookup'}, ($dep_values{$dep_target}[1] = $self->value_ref_if_recomputed($dep_values{$dep_target}[0], $dep_target))->state & 32 && &Time::HiRes::time() || ($start_time = $self->target_time($dep_target)) > $self->target_time($target) && $start_time) |
293
|
3 |
4 |
0 |
not $should_be_recomputed || defined $ttl and defined $rule_ttl |
|
7 |
0 |
0 |
not $should_be_recomputed || defined $ttl and defined $rule_ttl and $rule_ttl > 0 |
|
4 |
0 |
0 |
not $should_be_recomputed || defined $ttl and defined $rule_ttl and $rule_ttl > 0 and $start_time + $rule_ttl > &Time::HiRes::time() |
321
|
0 |
6 |
1 |
defined $dep_values{$dep_target}[1] and $dep_values{$dep_target}[1]->is_value |
346
|
7 |
0 |
5 |
$run_instance->{'run_opts'}{'actual_term'} and not $only_from_cache |
|
7 |
5 |
0 |
$run_instance->{'run_opts'}{'actual_term'} and not $only_from_cache and $run_instance->{'orig_target'} eq $target |
360
|
0 |
0 |
0 |
exists $_[0]{'stash'} and $_[0]{'stash'} |
390
|
6 |
3 |
3 |
$opts{'actual_term'} and not $view_dependencies |
392
|
12 |
0 |
0 |
defined $run_instance->{'ttl'} and $run_instance->{'ttl'} > 0 |