| lib/POSIX/1003/Module.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 16 | 30 | 53.3 | 
| line | l | !l | condition | 
|---|---|---|---|
| 68 | 569 | 192 | exists ${$class . '::';}{$f} and $export = *{"${class}::$f";}{'CODE'} | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 43 | 11 | 65 | 2 | @_ && $_[0] =~ /^\+(\d+)$/ | 
| 44 | 35 | 22 | 21 | @_ == 1 and $_[0] eq ':none' | 
| 68 | 0 | 85 | 510 | exists $$ok{$f} and $f =~ /^[A-Z_][A-Za-z0-9_]*$/ | 
| 0 | 29 | 35 | $in_core and grep(($f eq $_), @$in_core) | |
| 0 | 0 | 29 | exists $main::POSIX::{$f} and defined *{"POSIX::$f";}{'CODE'} | |
| 80 | 0 | 0 | 0 | exists $main::POSIX::{$f} and defined *{"POSIX::$f";}{'CODE'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 63 | 57 | 0 | \@{$class . '::IN_CORE';} || [] | 
| 118 | 0 | 0 | $$tags{'constants'} || [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 57 | 0 | 83 | 0 | is_missing $_ or exists $$ok{$_} | 
| 68 | 0 | 0 | 595 | &is_missing($f) or exists $$ok{$f} and $f =~ /^[A-Z_][A-Za-z0-9_]*$/ |