line |
l |
!l&&r |
!l&&!r |
condition |
35
|
0 |
0 |
0 |
ref $self || $self |
51
|
3388 |
0 |
9 |
$self->_mtree or $recurse++ > 0 |
64
|
165 |
0 |
0 |
$self->_atree or $recurse++ > 0 |
326
|
0 |
1 |
0 |
$update_source || !$uptodate |
392
|
24 |
2 |
34 |
$flag or $args->{'update_source'} |
578
|
0 |
0 |
0 |
$prc % 10 || $idx || print($prc, '%') |
771
|
0 |
0 |
0 |
$prc % 10 || $idx || print($prc, '%') |
1158
|
3 |
1 |
0 |
$local ||= do {
unless (my(%files) = reverse($self->__list_custom_module_sources)) {
error(loc(q[No custom modules sources defined -- need '%1' argument], 'local'));
return;
};
my $file = $files{$remote};
$file = $files{lc $remote} if not defined $file and 0;
unless ($file) {
error(loc(q[Remote source '%1' unknown -- needs '%2' argument], $remote, 'local'));
return;
}
} |
1262
|
5 |
0 |
0 |
$to ||= 'File::Spec'->catfile($path, $conf->_get_source('custom_index')) |
1356
|
9 |
1 |
0 |
$auth_obj ||= do {
my $id = 'LOCAL';
$self->author_tree->{$id} = 'CPANPLUS::Module::Author::Fake'->new('cpanid', $id)
} |