Condition Coverage

blib/lib/Mozilla/Backup/Plugin/FileCopy.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 $allowed and my $opt = shift @opts
138 0 0 0 $allowed && $allowed{$opt}

or 2 conditions

line l !l condition
102 0 0 shift() || 'Mozilla::Backup::Plugin::FileCopy'
129 0 0 shift() || 'Mozilla::Backup::Plugin::FileCopy'
159 0 0 $args{'file'} || ''
379 0 0 $args{'file'} || (return failure($self->_log('no destination specified')))

or 3 conditions

line l !l&&r !l&&!r condition
296 0 0 0 $args{'internal'} || $file
344 0 0 0 shift() || $$self{'path'}