line |
true |
false |
branch |
94
|
0 |
0 |
$conf_is_hash && exists $$storm_conf{'topology.name'} ? : |
99
|
0 |
0 |
exists $$context{'taskid'} ? : |
101
|
0 |
0 |
if (exists $$context{'task->component'}) |
103
|
0 |
0 |
if (exists $$task_component{$self->_task_id}) |
108
|
0 |
0 |
$conf_is_hash && exists $$storm_conf{'topology.debug'} ? : |
127
|
26 |
0 |
if (defined $line) { } |
135
|
13 |
13 |
if ($line eq "end\n") { } |
|
0 |
13 |
elsif ($line eq '') { } |
|
0 |
13 |
elsif ($line eq "\n") { } |
145
|
0 |
0 |
if ($blank_lines % 1000 == 0) |
162
|
0 |
7 |
if (scalar @{$self->_pending_taskids;}) { } |
179
|
2 |
1 |
if (@{$self->_pending_commands;}) { } |
226
|
0 |
1 |
unless open my $fh, '>', $filename |