line |
l |
!l&&r |
!l&&!r |
condition |
115
|
2 |
10 |
0 |
$self->{'fill_f'} //= do {
&weaken(my $weakself = $self);
my $fill = $self->{'fill'};
&$fill()->on_done(sub {
my($data) = @_;
return unless $weakself;
$weakself->{'data'} .= $data;
undef $self->{'fill_f'};
$weakself->_invoke_pending;
$weakself->_fill if @{$self->{'pending'};};
}
)
} |
162
|
2 |
0 |
1 |
@$pending or not $self->{'fill_f'} |
362
|
2 |
1 |
0 |
s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 |
|
1 |
0 |
0 |
s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 |
|
0 |
0 |
0 |
s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 or s/^[lLNV]// and $this = 4 |
|
0 |
0 |
0 |
s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 or s/^[lLNV]// and $this = 4 or s/^[qQ]// and $this = 8 |
|
0 |
0 |
0 |
s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 or s/^[lLNV]// and $this = 4 or s/^[qQ]// and $this = 8 or s/^f// and $this = 4 |
|
0 |
0 |
0 |
s/^[aAcC]// and $this = 1 or s/^[sSnv]// and $this = 2 or s/^[iI]// and $this = 4 or s/^[lLNV]// and $this = 4 or s/^[qQ]// and $this = 8 or s/^f// and $this = 4 or s/^d// and $this = 8 |