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 7     7   36 use strict;
  7         14  
  7         153  
4 7     7   28 use warnings;
  7         13  
  7         161  
5              
6 7     7   258 use parent qw( X::Tiny );
  7         289  
  7         29  
7              
8             1;