| blib/lib/App/Yabsm/Command/Find.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 22 | 59.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 656 | 1 | 1 | 25 | $n =~ /^\d+$/u and $n > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 637 | 8 | 2 | $hr //= 0 |
| 638 | 7 | 3 | $min //= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 84 | 0 | 0 | 0 | snap_exists($thing, $config_ref) or ssh_backup_exists($thing, $config_ref) |
| 0 | 0 | 0 | snap_exists($thing, $config_ref) or ssh_backup_exists($thing, $config_ref) or local_backup_exists($thing, $config_ref) | |
| 634 | 5 | 5 | 0 | $yr //= $t->year |
| 635 | 8 | 2 | 0 | $mon //= $t->mon |
| 636 | 9 | 1 | 0 | $day //= $t->mday |