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   98 use strict;
  14         30  
  14         418  
4 14     14   83 use warnings;
  14         34  
  14         517  
5              
6 14     14   406 use parent qw( X::Tiny );
  14         249  
  14         108  
7              
8             1;