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