lib/Mojolicious/Plugin/BModel.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 0 | 0 | 0 | not $dir_exists and $create_dir |
52 | 1 | 1 | 1 | -e $path_to_model and -d $path_to_model |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | $conf->{'create_dir'} || $CREATE_DIR |
27 | 0 | 0 | 0 | $dir_exists || $create_dir |
64 | 0 | 1 | 3 | not -d $File::Find::name or $File::Find::name eq $path_to_model |