| blib/lib/App/supertouch.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 26 | 46.1 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 0 | 3 | if ($options and $arg =~ /^-/) |
| 23 | 0 | 0 | if ($arg eq '--') { } |
| 0 | 0 | elsif ($arg eq '-v') { } | |
| 33 | 0 | 3 | if ($arg eq '') |
| 38 | 1 | 2 | if ($arg =~ s[[\\/]$][]) { } |
| 41 | 0 | 1 | if ($dir->is_file) |
| 46 | 1 | 0 | unless (-d $dir) |
| 48 | 0 | 1 | if $verbose |
| 55 | 0 | 2 | if ($file->is_dir) |
| 60 | 2 | 0 | unless (-d $file->parent) |
| 62 | 0 | 2 | if $verbose |
| 65 | 2 | 0 | unless (-f $file) |
| 67 | 0 | 2 | if $verbose |