line |
true |
false |
branch |
59
|
6 |
9 |
unless $self->cleanup and defined(my $path = $self->path) |
61
|
9 |
0 |
if -w $path |
70
|
1 |
18 |
if ($self->start_range) { } |
72
|
0 |
1 |
unless sysseek $handle, $self->start_range, 0 |
92
|
2 |
35 |
$len > 131072 ? : |
93
|
18 |
19 |
if $size > $end - $self->start_range |
102
|
29 |
26 |
$diff < $size ? : |
107
|
29 |
26 |
if $pos >= 0 |
108
|
7 |
19 |
if $read == 0 or ($offset += $read) == $end |
126
|
7 |
1 |
if (defined(my $end = $self->end_range)) { } |
127
|
0 |
7 |
if (my $chunk = $end + 1 - $offset) <= 0 |
128
|
3 |
4 |
$chunk > $max ? : |
177
|
0 |
2 |
unless move($from, $to) |
188
|
0 |
5 |
unless defined(my $path = (shift())->path) |
189
|
0 |
5 |
unless open my $file, '<', $path |