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 14     14   82 use strict;
  14         26  
  14         343  
4 14     14   59 use warnings;
  14         22  
  14         368  
5              
6 14     14   307 use parent qw( X::Tiny );
  14         238  
  14         83  
7              
8             1;