File Coverage

blib/lib/PerlIO/utf8_strict.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package PerlIO::utf8_strict;
2             $PerlIO::utf8_strict::VERSION = '0.009';
3 8     8   9030 use strict;
  8         26  
  8         268  
4 8     8   44 use warnings;
  8         18  
  8         234  
5              
6 8     8   41 use XSLoader;
  8         15  
  8         401  
7              
8             XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);
9              
10             1;
11              
12             #ABSTRACT: Fast and correct UTF-8 IO
13              
14             __END__