| line |
!l |
l&&!r |
l&&r |
condition |
|
442
|
0 |
0 |
0 |
$args{'continuous'} and length $in < 16 |
|
592
|
0 |
0 |
4 |
builtin::blessed($item) and $item->isa(__PACKAGE__) |
|
648
|
0 |
0 |
0 |
$size and $size > 0 |
|
672
|
0 |
0 |
1 |
$size and $size > 0 |
|
679
|
4 |
0 |
1 |
@batch >= $size and my(@items) = splice(@batch, 0, $size) |
|
824
|
103 |
0 |
6 |
@pending >= $args{'high'} and $self |
|
|
103 |
4 |
2 |
@pending >= $args{'high'} and $self and not $self->is_paused($src) |
|
830
|
97 |
12 |
69 |
@pending and not $src->is_paused |
|
|
109 |
0 |
69 |
@pending and not $src->is_paused and @{$self->{'children'};} |
|
831
|
6 |
101 |
2 |
@pending <= $args{'low'} and $self->is_paused($src) |
|
838
|
95 |
0 |
2 |
$self->_completed->is_ready and not $src->_completed->is_ready |
|
843
|
0 |
29 |
0 |
$self and $self->is_paused($src) |
|
964
|
0 |
0 |
0 |
(my $f = $queue->push($_))->is_ready and not $self->is_paused |
|
1025
|
0 |
1 |
1 |
$low and $self->size <= $low |
|
1038
|
0 |
4 |
1 |
$high and $buf->size >= $high |
|
1039
|
0 |
3 |
2 |
$low and $buf->size <= $low |
|
1286
|
3 |
0 |
0 |
builtin::blessed($rslt) && $rslt->isa('Future') |
|
1338
|
0 |
1 |
2 |
$_ and not $_->is_ready |
|
1349
|
0 |
8 |
5 |
not $paused and $high |
|
|
8 |
4 |
1 |
not $paused and $high and keys %pending >= $high |
|
1355
|
9 |
0 |
4 |
@pending and not $src_completed->is_ready |
|
1362
|
9 |
2 |
1 |
$paused and keys %pending <= $low |
|
1368
|
1 |
3 |
2 |
$all_finished and not $src_completed->is_ready |
|
1629
|
0 |
0 |
1 |
builtin::blessed($condition) and $condition->isa("Future") |
|
1668
|
0 |
0 |
0 |
builtin::blessed($condition) and $condition->isa("Ryu::Source") |
|
1681
|
0 |
0 |
0 |
builtin::blessed($condition) and $condition->isa("Future") |
|
1868
|
1 |
1 |
6 |
defined $max and $max > $_ |
|
1888
|
1 |
3 |
4 |
defined $min and $min < $_ |
|
1972
|
1 |
7 |
7 |
defined $v and $v =~ /$args{$k}/ |
|
1974
|
4 |
3 |
5 |
defined $v and &List::Util::any(sub {
$v eq $_;
}
, @{$args{$k};}) |
|
1982
|
0 |
10 |
3 |
defined $args{$k} && $v eq $args{$k} |
|
2393
|
0 |
0 |
0 |
builtin::blessed($sub) and $sub->isa("Ryu::Source") |