Condition Coverage

blib/script/narada-install
Criterion Covered Total %
condition 24 27 88.8


and 3 conditions

line !l l&&!r l&&r condition
125 352 405 2 $is_down and not $allow_downgrade
127 747 7 3 $t eq 'RESTORE' and not $allow_restore
154 0 0 22 $Last_backup and not ['.backup/full.tar', '.backup/full.tar']->exists

or 3 conditions

line l !l&&r !l&&!r condition
53 1 1 10 @_ or $is_path
2 1 9 @_ or $is_path or $allow_downgrade
2 1 8 @_ or $is_path or $allow_downgrade or $allow_restore
2 1 7 @_ or $is_path or $allow_downgrade or $allow_restore or @files
80 1 31 0 $path ||= get_path($migrate, $prev_version, $next_version)
124 390 17 352 $t eq 'downgrade' || $t eq 'after_downgrade'