| blib/lib/Fh.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 6 | 6 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 | 
| pod | n/a | ||
| total | 8 | 8 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | # back compatibility package for any code explicitly checking | ||||||
| 2 | # that the filehandle object is a Fh | ||||||
| 3 | package Fh; | ||||||
| 4 | |||||||
| 5 | 4 | 4 | 1325 | use strict; | |||
| 4 | 8 | ||||||
| 4 | 94 | ||||||
| 6 | 4 | 4 | 13 | use warnings; | |||
| 4 | 5 | ||||||
| 4 | 138 | ||||||
| 7 | |||||||
| 8 | $Fh::VERSION = '4.36'; | ||||||
| 9 | |||||||
| 10 | 1; |