| blib/lib/App/Critique/Command/remove.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 26 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 27 | 0 | 0 | unless (-e $session_file) | 
| 28 | 0 | 0 | if ($opt->verbose) | 
| 39 | 0 | 0 | if ($opt->dry_run) { } | 
| 43 | 0 | 0 | if ($session_file->remove) { } | 
| 47 | 0 | 0 | if ($opt->verbose) | 
| 60 | 0 | 0 | if (my(@children) = $branch->children) { } | 
| 62 | 0 | 0 | if ($opt->verbose) | 
| 69 | 0 | 0 | if ($branch->remove_tree) { } | 
| 73 | 0 | 0 | if ($opt->verbose) | 
| 85 | 0 | 0 | if (my(@children) = $repo->children) { } | 
| 87 | 0 | 0 | if ($opt->verbose) | 
| 94 | 0 | 0 | if ($repo->remove_tree) { } | 
| 98 | 0 | 0 | if ($opt->verbose) |