| blib/lib/CIPP/Compile/Cache.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | $if_file and not -f $if_file |
| 84 | 0 | 0 | 0 | -f $cache_file and $cache_file_mtime < $src_file_mtime |
| 165 | 0 | 0 | 0 | $has_cached_err and $status eq $clean |
| 180 | 0 | 0 | 0 | $dep_file and $src_file |
| 0 | 0 | 0 | $dep_file and $src_file and $err_file | |
| 0 | 0 | 0 | $dep_file and $src_file and $err_file and $cache_file | |
| 0 | 0 | 0 | $dep_file and $src_file and $err_file and $cache_file and $entries_href |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | not -f $dep_file or $if_file and not -f $if_file |
| 74 | 0 | 0 | 0 | -f $cache_file or $has_cached_err |