| lib/Mojolicious/Plugin/BModel.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 40 | 0 | 0 | 0 | $dir_exists && $to_create_dir |
| 0 | 0 | 0 | not $dir_exists and $to_create_dir | |
| 65 | 1 | 1 | 1 | -e $path_to_model and -d $path_to_model |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 121 | 0 | 1 | 6 | not -d $File::Find::name or $File::Find::name eq $path_to_model |