blib/lib/Math/Matlab/Pool.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 22 | 13.6 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 1 | defined $$href{'members'} ? : |
0 | 1 | defined $$href{'sync_file'} ? : | |
34 | 0 | 3 | unless ref $member eq 'HASH' |
48 | 0 | 0 | if ($matlab->execute($code, $rel_mwd)) { } |
61 | 0 | 0 | unless sysopen FH, $self->sync_file, 66 |
63 | 0 | 0 | unless flock FH, 2 |
66 | 0 | 0 | unless seek FH, 0, 0 |
67 | 0 | 0 | unless truncate FH, 0 |
69 | 0 | 0 | if $num > $#{$self->members;} |
70 | 0 | 0 | unless print FH $num, "\n" |
71 | 0 | 0 | unless close FH |