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   4490 use strict;
  8         66  
  8         243  
4 8     8   38 use warnings;
  8         14  
  8         231  
5              
6 8     8   38 use parent qw( X::Tiny::Base );
  8         16  
  8         95  
7              
8             1;