Branch Coverage

blib/lib/Mail/Box/Locker/Mutt.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
40 0 0 unless $self->hasLock
43 0 0 unless (system $self->exe, "-u", $self->filename)
57 0 0 if ($self->hasLock)
66 0 0 $timeout eq 'NOTIMEOUT' ? :
72 0 0 if (system $exe, '-p', '-r', 1, $filename) { }
73 0 0 unless (WIFEXITED($?) and WEXITSTATUS($?) == 3)
82 0 0 if (-e $lockfn and -A $lockfn > $expire)
84 0 0 if (system $exe, '-f', '-u', $filename) { }
95 0 0 unless --$end
106 0 0 if WIFEXITED($?)