Branch Coverage

blib/lib/App/Tel/Passwd/Pass.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
43 0 0 $^O =~ /(freebsd|openbsd|netbsd|solaris)/ ? :
45 0 0 unless (-x $self->{'gpg'})
49 0 0 unless (defined $self->{'file'} and -r $self->{'file'})
59 0 0 if ($@)
121 0 0 if /BAD_PASSPHRASE|DECRYPTION_FAILED/
136 0 0 unless defined $file
137 0 0 unless ($file =~ /.gpg$/)
141 0 0 if $file =~ m[^/]
143 0 0 if (defined $ENV{'PASSWORD_STORE_DIR'})