File Coverage

blib/arch/Protocol/WebSocket/Fast.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Protocol::WebSocket::Fast;
2 18     18   2569040 use 5.012;
  18         251  
3 18     18   8014 use URI::XS();
  18         37850  
  18         510  
4 18     18   132 use Export::XS();
  18         36  
  18         299  
5 18     18   7609 use Encode::Base2N();
  18         19411  
  18         1029  
6              
7             our $VERSION = '1.1.3';
8              
9             XS::Loader::load();
10              
11             1;