File Coverage

blib/lib/perlfaq.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 1     1   404306 use strict;
  1         3  
  1         48  
2 1     1   7 use warnings;
  1         2  
  1         168  
3             package perlfaq;
4              
5             our $VERSION = '5.20250619';
6              
7             1;