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 17     17   94 use strict;
  17         30  
  17         415  
4 17     17   74 use warnings;
  17         27  
  17         457  
5              
6 17     17   486 use parent qw( X::Tiny );
  17         454  
  17         96  
7              
8             1;