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 9     9   47 use strict;
  9         14  
  9         205  
4 9     9   36 use warnings;
  9         15  
  9         209  
5              
6 9     9   248 use parent qw( X::Tiny );
  9         227  
  9         39  
7              
8             1;