| blib/lib/App/Module/Template/Initialize.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 863 | 2 | 2 | defined $base_path ? : |
| 870 | 1 | 3 | if (-d $path_to_app_dir) |
| 886 | 47 | 1 | exists $$TEMPLATES{$template_name}{'body'} ? : |
| 895 | 48 | 1 | exists $$TEMPLATES{$template_name}{'file'} ? : |
| 904 | 97 | 1 | exists $$TEMPLATES{$template_name}{'path'} ? : |
| 913 | 3 | 50 | unless $base_path and $template_name |
| 915 | 1 | 49 | unless exists $$TEMPLATES{$template_name} |
| 931 | 3 | 48 | unless $base_path and $template_name |
| 933 | 1 | 47 | unless exists $$TEMPLATES{$template_name} |
| 941 | 1 | 46 | unless open my $fh, '>', $fqfn |