| blib/lib/Slay/MakerRule.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 36 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 187 | 51 | 0 | 0 | $$options{'debug'} and $make->e($target) |
| 213 | 51 | 0 | 0 | $$options{'debug'} and @deps |
| 231 | 0 | 7 | 0 | defined $dep_mtime and !defined($max_mtime) || $dep_mtime > $max_mtime |
| 235 | 4 | 2 | 4 | defined $max_mtime and $max_mtime > $make->mtime($target) |
| 361 | 42 | 0 | 2 | $$options{'detect_no_size_change'} || $$options{'detect_no_diffs'} and not -d $target |
| 484 | 81 | 70 | 0 | $target =~ /$re/ and !defined($max_exactness) || $exactness > $max_exactness |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 147 | 1 | 1 | 1 | defined $1 || defined $2 |
| 1 | 0 | 1 | $1 || $2 | |
| 0 | 1 | 0 | defined $3 || defined $4 | |
| 231 | 6 | 0 | 1 | !defined($max_mtime) || $dep_mtime > $max_mtime |
| 361 | 2 | 0 | 42 | $$options{'detect_no_size_change'} || $$options{'detect_no_diffs'} |
| 484 | 69 | 0 | 1 | !defined($max_exactness) || $exactness > $max_exactness |