| lib/App/PRT/Command/RenameNameSpace.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 2 | unless @arguments >= 2 |
| 68 | 1 | 14 | unless -f $file |
| 70 | 2 | 4 | if ($file_after and $file_after ne $file and not $knowns->{$file_after}) |
| 94 | 0 | 10 | unless $document |
| 98 | 3 | 7 | unless $package |
| 100 | 4 | 3 | if (index($package->namespace, $self->source_name_space) == 0) |
| 108 | 2 | 3 | unless index($class_name, $self->source_name_space) == 0 |