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 12     12   5299 use strict;
  12         28  
  12         360  
4 12     12   77 use warnings;
  12         25  
  12         298  
5              
6 12     12   1333 use Net::WebSocket::Mask ();
  12         26  
  12         177  
7              
8 12     12   56 use Net::WebSocket::Mask ();
  12         29  
  12         269  
9              
10 12     12   71 use constant FRAME_MASK_ARGS => ();
  12         35  
  12         780  
11              
12             1;