line |
!l |
l&&!r |
l&&r |
condition |
123
|
0 |
0 |
0 |
$from_file->exists and not $to_file->exists
|
222
|
0 |
0 |
0 |
$_->attr('type') and $_->attr('type') eq 'text/css'
|
|
0 |
0 |
0 |
defined $_->attr('href') and substr($_->attr('href'), 0, 1) eq '/'
|
389
|
0 |
0 |
0 |
$asset->{'internal'} and $asset->{'external'}
|
396
|
0 |
0 |
0 |
$to_file->exists and time - $to_file->stat->ctime < $self->app->cachesec
|
413
|
0 |
0 |
0 |
$expected_length and not defined $progress
|
|
0 |
0 |
0 |
$progress and $bytes_received > $next_update
|
427
|
0 |
0 |
0 |
$expected_length and $bytes_received < $expected_length
|
435
|
0 |
0 |
0 |
$progress and $expected_length
|