File Coverage

blib/lib/Net/WebSocket/X.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 Net::WebSocket::X;
2              
3 33     33   231 use strict;
  33         77  
  33         1067  
4 33     33   166 use warnings;
  33         73  
  33         1010  
5              
6 33     33   731 use parent qw( X::Tiny );
  33         394  
  33         213  
7              
8             1;