File Coverage

blib/lib/Net/WebSocket/X/Base.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::Base;
2              
3 8     8   4385 use strict;
  8         47  
  8         241  
4 8     8   43 use warnings;
  8         16  
  8         225  
5              
6 8     8   38 use parent qw( X::Tiny::Base );
  8         13  
  8         52  
7              
8             1;