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.010';
3 8     8   8614 use strict;
  8         25  
  8         242  
4 8     8   40 use warnings;
  8         17  
  8         203  
5              
6 8     8   39 use XSLoader;
  8         19  
  8         378  
7              
8             XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);
9              
10             1;
11              
12             #ABSTRACT: Fast and correct UTF-8 IO
13              
14             __END__