Branch Coverage

blib/lib/Crypt/Mac.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
15 1 2 if (ref $file and eval { do { defined fileno $file } }) { }
1 1 elsif (defined $file and not ref $file) { }
19 0 1 unless open $handle, "<", $file
34 0 2 unless defined $n
36 1 1 if $close_handle