Condition Coverage

perllib/Arch/Tarball.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 -d $dir and $dir =~ s[^(.+)/(.+)$][$1]
48 0 0 0 $needed_base_name and $needed_base_name =~ m[/]
54 0 0 0 $needed_base_name and $needed_base_name ne $base_name
73 0 0 0 $args{'dir'} and not -d $dir

or 2 conditions

line l !l condition
29 0 0 $init{'tar'} || 'tar'

or 3 conditions

line l !l&&r !l&&!r condition
70 0 0 0 $args{'file'} || $$self{'file'}
72 0 0 0 $args{'dir'} || temp_dir('arch-tarball')