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.008';
3 8     8   7910 use strict;
  8         28  
  8         251  
4 8     8   43 use warnings;
  8         14  
  8         199  
5              
6 8     8   42 use XSLoader;
  8         13  
  8         345  
7              
8             XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);
9              
10             1;
11              
12             #ABSTRACT: Fast and correct UTF-8 IO
13              
14             __END__