| blib/lib/Mojo/HelloMojo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 1 | 1 | if $app = $app_dir->rel_file("$app_name/$_.pl") and -f $app |
| 47 | 0 | 1 | if $app = $app_dir->rel_file("$app_name/$_") and -f $app |
| 48 | 1 | 0 | if $app = $app_dir->rel_file("$app_name/script/$_") and -f $app |
| 49 | 0 | 0 | if $app = $app_dir->rel_file("$app_name/script/$_.pl") and -f $app |