| blib/lib/Mojo/HelloMojo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 42 | 0 | 1 | 1 | $app = $app_dir->rel_file("$app_name/$_.pl") and -f $app |
| 43 | 0 | 1 | 0 | $app = $app_dir->rel_file("$app_name/$_") and -f $app |
| 44 | 0 | 0 | 1 | $app = $app_dir->rel_file("$app_name/script/$_") and -f $app |
| 45 | 0 | 0 | 0 | $app = $app_dir->rel_file("$app_name/script/$_.pl") and -f $app |