| blib/lib/POE/Resource/FileHandles.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 472 | 0 | 501 | 1069 | defined $fd and exists $kr_filenos{$fd} |
| 478 | 127 | 0 | 942 | exists $kr_fno_rec->[2]{$sid} and exists $kr_fno_rec->[2]{$sid}{$fd} |
| 577 | 451 | 50 | 1069 | exists $kr_ses_to_handle{$sid} and exists $kr_ses_to_handle{$sid}{$fd} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 454 | 0 | 0 | 0 | tied *$handle || -f $handle |
| 1247 | 0 | 0 | $] >= "5.008001" or not tied *$handle || -f $handle |