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   4038 use strict;
  12         21  
  12         285  
4 12     12   50 use warnings;
  12         19  
  12         231  
5              
6 12     12   1123 use Net::WebSocket::Mask ();
  12         24  
  12         158  
7              
8 12     12   64 use Net::WebSocket::Mask ();
  12         19  
  12         184  
9              
10 12     12   43 use constant FRAME_MASK_ARGS => ();
  12         19  
  12         577  
11              
12             1;