Branch Coverage

blib/lib/Passwd/Keyring/OSXKeychain.pm
Criterion Covered Total %
branch 5 18 27.7


line true false branch
101 0 0 unless (-x $self->{'security'})
104 0 0 if ($self->{'keychain'})
107 0 0 unless $self->{'keychain'} =~ /\.keychain$/
119 0 0 unless ($reply =~ /\.keychain/)
134 0 0 if $self->{'keychain'}
165 2 3 if ($text =~ /^ *password: *"([^"]*)"/m) { }
2 1 elsif ($text =~ /^ *password: *\$([0-9A-Fa-f]*)/m) { }
1 0 elsif ($text =~ /^ *password: *$/m) { }
189 0 0 if ($USING_ENCODED_OUTPUT) { }