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 34     34   240 use strict;
  34         69  
  34         1032  
4 34     34   169 use warnings;
  34         69  
  34         917  
5              
6 34     34   723 use parent qw( X::Tiny );
  34         368  
  34         213  
7              
8             1;