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 1     1   409 use strict;
  1         3  
  1         33  
4 1     1   7 use warnings;
  1         3  
  1         33  
5              
6 1     1   7 use Net::WebSocket::Mask ();
  1         3  
  1         16  
7              
8 1     1   5 use Net::WebSocket::Mask ();
  1         7  
  1         19  
9              
10 1     1   6 use constant FRAME_MASK_ARGS => ();
  1         3  
  1         54  
11              
12             1;