line |
true |
false |
branch |
20
|
3 |
2 |
defined wantarray && wantarray ? : |
27
|
13 |
12 |
if ($wantarray) { } |
37
|
1 |
24 |
if (defined $control) { } |
39
|
1 |
0 |
if ($control eq 'last') { } |
|
0 |
0 |
elsif ($control eq 'redo') { } |
58
|
3 |
2 |
if ($wantarray) { } |
77
|
1 |
7 |
defined wantarray && wantarray ? : |
84
|
6 |
42 |
if ($wantarray) { } |
105
|
0 |
48 |
if (defined $control) { } |
107
|
0 |
0 |
if ($control eq 'last') { } |
|
0 |
0 |
elsif ($control eq 'redo') { } |
126
|
1 |
7 |
if ($wantarray) { } |
143
|
1 |
1 |
defined wantarray && wantarray ? : |
146
|
0 |
2 |
unless open my $filehandle, $filename |
156
|
12 |
3 |
if ($wantarray) { } |
165
|
1 |
14 |
if (defined $control) { } |
167
|
1 |
0 |
if ($control eq 'last') { } |
|
0 |
0 |
elsif ($control eq 'redo') { } |
186
|
0 |
2 |
unless close $filehandle |
187
|
1 |
1 |
if ($wantarray) { } |