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