Branch Coverage

blib/lib/Jar/Signer.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
13 0 0 if (@_)
29 0 0 unless -e $jar
34 0 0 unless ($signed_jar)
41 0 0 if (-e $policy_file) { }
48 0 0 unless (grep /^$base_policy$/, @files)
56 0 0 unless -e $this->keystore
58 0 0 unless -e "$alias.cert"
59 0 0 unless -e "$alias.fingerprint"
70 0 0 unless system('jar', '-uf', $jar, $policy_file) == 0
83 0 0 unless system(@cmd) == 0
91 0 0 unless system("keytool -printcert -file $alias.cert > $alias.fingerprint") == 0
101 0 0 unless system(@cmd) == 0
112 0 0 unless system(@cmd) == 0