File Coverage

blib/lib/Net/WebSocket/Masker/Server.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Net::WebSocket::Masker::Server;
2              
3 4     4   986 use strict;
  4         8  
  4         93  
4 4     4   18 use warnings;
  4         5  
  4         87  
5              
6 4     4   781 use Net::WebSocket::Mask ();
  4         7  
  4         57  
7              
8 4     4   17 use Net::WebSocket::Mask ();
  4         7  
  4         61  
9              
10 4     4   15 use constant FRAME_MASK_ARGS => ();
  4         6  
  4         160  
11              
12             1;