| blib/lib/Crypt/SimpleGPG.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 24 | 25.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 65 | 0 | 1 | unless (-d $$self{'home_dir'}) | 
| 66 | 0 | 0 | unless mkdir $$self{'home_dir'} | 
| 70 | 0 | 1 | unless (-e $$self{'gpg_path'}) | 
| 74 | 0 | 1 | unless (-x $$self{'gpg_path'}) | 
| 78 | 0 | 1 | unless (-w $$self{'home_dir'}) | 
| 82 | 0 | 1 | unless (-d $$self{'temp_dir'}) | 
| 86 | 0 | 1 | if (not -w $$self{'temp_dir'}) | 
| 103 | 0 | 0 | unless $recipient | 
| 117 | 0 | 0 | if ($passphrase) { } | 
| 140 | 0 | 0 | if ($args{'stdin'}) | 
| 147 | 0 | 0 | if $$self{'debug'} | 
| 148 | 0 | 0 | wantarray ? : |