lib/POSIX/1003/Module.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 30 | 53.3 |
line | l | !l | condition |
---|---|---|---|
72 | 581 | 197 | exists do { $class . '::' }->{$f} and $export = *{"${class}::$f";}{'CODE'} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 11 | 65 | 2 | @_ && $_[0] =~ /^\+(\d+)$/ |
48 | 35 | 22 | 21 | @_ == 1 and $_[0] eq ':none' |
72 | 0 | 85 | 522 | exists $ok->{$f} and $f =~ /^[A-Z_][A-Za-z0-9_]*$/ |
0 | 28 | 35 | $in_core and grep(($f eq $_), @$in_core) | |
0 | 0 | 28 | exists $main::POSIX::{$f} and defined *{"POSIX::$f";}{'CODE'} | |
84 | 0 | 0 | 0 | exists $main::POSIX::{$f} and defined *{"POSIX::$f";}{'CODE'} |
line | l | !l | condition |
---|---|---|---|
67 | 57 | 0 | \@{$class . '::IN_CORE';} || [] |
122 | 0 | 0 | $tags->{'constants'} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 0 | 84 | 0 | &is_missing($_) or exists $ok->{$_} |
72 | 0 | 0 | 607 | &is_missing($f) or exists $ok->{$f} and $f =~ /^[A-Z_][A-Za-z0-9_]*$/ |