Condition Coverage

blib/lib/Rex/Apache/Build/deb.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
144 0 0 0 not $post_install =~ /\n/ism and -f $post_install
155 0 0 0 not $pre_install =~ /\n/ism and -f $pre_install
166 0 0 0 not $post_uninstall =~ /\n/ism and -f $post_uninstall
177 0 0 0 not $pre_uninstall =~ /\n/ism and -f $pre_uninstall

or 2 conditions

line l !l condition
75 0 0 $self->{'priority'} ||= 'optional'
76 0 0 $self->{'exclude'} ||= []
208 0 0 $self->prefix || '.'

or 3 conditions

line l !l&&r !l&&!r condition
66 0 0 0 ref $that || $that
86 0 0 0 $name ||= $self->{'name'}
217 0 0 0 $entry eq '.' or $entry eq '..'
0 0 0 $entry eq '.' or $entry eq '..' or $entry eq 'temp-deb-build'