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 18     18   98 use strict;
  18         33  
  18         422  
4 18     18   75 use warnings;
  18         31  
  18         443  
5              
6 18     18   490 use parent qw( X::Tiny );
  18         512  
  18         106  
7              
8             1;