| blib/lib/Goo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 3 | 18 | 16.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 64 | 0 | 1 | if (-e $db_file) | 
| 71 | 1 | 0 | unless (-d $db_directory) | 
| 72 | 0 | 1 | if (-e $db_directory) | 
| 81 | 0 | 0 | if (-e "$_/.gooskel") | 
| 88 | 0 | 0 | if open DATA, ">>$db_file" | 
| 110 | 0 | 0 | if ($action =~ /M/i) { } | 
| 114 | 0 | 0 | if (-e $filename) | 
| 116 | 0 | 0 | unless Goo::Prompter::confirm("The file $filename already exists. Continue making?", 'N') | 
| 130 | 0 | 0 | if ($thing->can_do_action($action)) { } |