line |
l |
!l&&r |
!l&&!r |
condition |
192
|
1 |
1 |
2 |
$ENV{'NET_SHAREPOINT_VERBOSE'} or $ENV{'NET_SHAREPOINT_DEBUG'} |
355
|
4 |
4 |
0 |
$self->{'config'}{'token_file'} ||= $DEFAULT_SHAREPOINT_TOKEN_FILE |
356
|
1 |
7 |
0 |
$self->{'config'}{'max_log_size'} ||= $MAX_LOG_SIZE |
357
|
1 |
7 |
0 |
$self->{'config'}{'chunk_size'} ||= $DEFAULT_CHUNK_SIZE |
358
|
0 |
8 |
0 |
$self->{'config'}{'retries'} ||= $DEFAULT_RETRIES |
359
|
0 |
0 |
8 |
$ENV{'NET_SHAREPOINT_DEBUG'} ||= $opts->{'debug'} |
360
|
0 |
0 |
8 |
$ENV{'NET_SHAREPOINT_VERBOSE'} ||= $opts->{'verbose'} |
484
|
0 |
0 |
0 |
$self->{'ua'} ||= 'LWP::UserAgent'->new |
485
|
0 |
0 |
0 |
$self->{'token'}{'payload'} ||= $self->create_payload |
558
|
0 |
38 |
0 |
$opts->{'pattern'} || $opts->{'type'} |
587
|
36 |
0 |
0 |
$object // () |
621
|
0 |
0 |
0 |
$self->{'ua'} ||= 'LWP::UserAgent'->new |
622
|
0 |
0 |
0 |
$opts->{'retries'} ||= $DEFAULT_RETRIES |
624
|
0 |
0 |
0 |
$opts->{'action'} eq 'download' || $opts->{'action'} eq 'list' |
632
|
0 |
0 |
0 |
$http_opts{'Authorization'} ||= $DEFAULT_SHAREPOINT_POST_PARAMS{'Authorization'} |
693
|
0 |
0 |
0 |
shift() || $self->{'config'}{'chunk_size'} || $DEFAULT_CHUNK_SIZE |
718
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
757
|
0 |
0 |
0 |
$object ||= basename($item) |
776
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
834
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
860
|
0 |
0 |
0 |
shift() || $opts->{'path'} |
874
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
909
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
940
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
973
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |
1006
|
0 |
0 |
0 |
$opts->{'retries'} || $self->{'config'}{'retries'} |