blib/lib/POSIX/RT/SharedMem.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
35 | 0 | 0 | if @_ < 2 |
36 | 0 | 0 | unless defined $mode |
37 | 0 | 0 | unless defined $flag_for{$mode} |
38 | 0 | 0 | if $flag_for{$mode} & 64 and $options{'size'} == 0 |
41 | 0 | 0 | if defined $options{'after_open'} |
43 | 0 | 0 | unless defined $options{'size'} |
44 | 0 | 0 | if $options{'size'} == 0 |
45 | 0 | 0 | if $options{'size'} > -s $fh |
47 | 0 | 0 | if defined $options{'before_mapping'} |
50 | 0 | 0 | if defined wantarray |
52 | 0 | 0 | unless close $fh |