Branch Coverage

blib/lib/RPMVerify.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
18 0 0 unless which("rpm")
19 0 0 unless which("xargs")
22 0 0 if is_arrayref($options{'skip_types'})
23 0 0 if is_arrayref($options{'skip_files'})
26 0 0 if (&any(sub { "config" eq $_; } , @skiptypes))
30 0 0 unless open my $list, "-|", "rpm -qa | xargs -P 32 -- rpm -V"
46 0 0 unless $line =~ /^(\S{8,9}|missing\s+[cdg]|missing)\s+(\S.*)$/
51 0 0 if index(".", $parse[$pos]) == 0
52 0 0 if index(" ", $parse[$pos]) == 0
55 0 0 if $pos == 11
58 0 0 if @skiptypes and &any(sub { $_ eq $key; } , @skiptypes)
61 0 0 unless $pos == 13
64 0 0 if @skipext and $pos == 13 and &any(sub { $value =~ /$_/; } , @skipext)
69 0 0 unless index($parsed{'file'}, "/") == 0