line |
l |
!l&&r |
!l&&!r |
condition |
188
|
1 |
1 |
2 |
$ENV{'NET_SHAREPOINT_VERBOSE'} or $ENV{'NET_SHAREPOINT_DEBUG'} |
351
|
4 |
4 |
0 |
$self->{'config'}{'token_file'} ||= $DEFAULT_SHAREPOINT_TOKEN_FILE |
352
|
1 |
7 |
0 |
$self->{'config'}{'max_log_size'} ||= $MAX_LOG_SIZE |
353
|
1 |
7 |
0 |
$self->{'config'}{'chunk_size'} ||= $DEFAULT_CHUNK_SIZE |
354
|
0 |
8 |
0 |
$self->{'config'}{'retries'} ||= $DEFAULT_RETRIES |
355
|
0 |
0 |
8 |
$ENV{'NET_SHAREPOINT_DEBUG'} ||= $opts->{'debug'} |
356
|
0 |
0 |
8 |
$ENV{'NET_SHAREPOINT_VERBOSE'} ||= $opts->{'verbose'} |
480
|
0 |
0 |
0 |
$self->{'ua'} ||= 'LWP::UserAgent'->new |
481
|
0 |
0 |
0 |
$self->{'token'}{'payload'} ||= $self->create_payload |
554
|
0 |
38 |
0 |
$opts->{'pattern'} || $opts->{'type'} |
583
|
36 |
0 |
0 |
$object // () |
617
|
0 |
0 |
0 |
$self->{'ua'} ||= 'LWP::UserAgent'->new |
618
|
0 |
0 |
0 |
$opts->{'retries'} ||= $DEFAULT_RETRIES |
620
|
0 |
0 |
0 |
$opts->{'action'} eq 'download' || $opts->{'action'} eq 'list' |
628
|
0 |
0 |
0 |
$http_opts{'Authorization'} ||= $DEFAULT_SHAREPOINT_POST_PARAMS{'Authorization'} |
689
|
0 |
0 |
0 |
shift() || $self->{'config'}{'chunk_size'} || $DEFAULT_CHUNK_SIZE |
714
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
753
|
0 |
0 |
0 |
$object ||= basename($item) |
772
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
830
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
856
|
0 |
0 |
0 |
shift() || $opts->{'path'} |
870
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
905
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
936
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
969
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
1002
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |