| lib/App/PRT/CLI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 19 | 20 | 95.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 29 | 1 | 9 | unless my $command = shift @args | 
| 37 | 1 | 8 | if ($@) | 
| 46 | 1 | 7 | unless ($collector) | 
| 60 | 1 | 1 | if ($command->can('execute_files')) { } | 
| 73 | 3 | 5 | if (@args) | 
| 78 | 1 | 4 | if ($self->_input_is_pipe) | 
| 86 | 1 | 3 | if ($git_root_directory) | 
| 92 | 2 | 1 | if ($project_root_directory) | 
| 102 | 0 | 4 | if $self->{'input'} | 
| 123 | 2 | 10 | if ($command_class eq 'RenameNamespace') |