lib/Mojolicious/Plugin/BModel.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 15 | 20.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 0 | 0 | 0 | not $dir_exists and $create_dir |
51 | 1 | 1 | 1 | -e $path_to_model and -d $path_to_model |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
24 | 0 | 0 | 0 | $$conf{'create_dir'} || $CREATE_DIR |
26 | 0 | 0 | 0 | $dir_exists || $create_dir |
65 | 0 | 0 | 0 | not -d $File::Find::name or $File::Find::name eq $path_to_model |