Branch Coverage

blib/lib/Backup/Hanoi.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
12 0 6 unless $devices
17 1 5 if $device_count < 3
36 4 87 unless $cycle
41 3 88 if $cycle < 0
49 17 71 if $modulo_cycle == 0
69 0 88 if $binary == 0
76 48 40 if ($binary =~ /(0+)$/)