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 31     31   168 use strict;
  31         47  
  31         719  
4 31     31   126 use warnings;
  31         43  
  31         661  
5              
6 31     31   530 use parent qw( X::Tiny );
  31         276  
  31         182  
7              
8             1;