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   1009 use strict;
  4         7  
  4         94  
4 4     4   18 use warnings;
  4         7  
  4         88  
5              
6 4     4   642 use Net::WebSocket::Mask ();
  4         12  
  4         66  
7              
8 4     4   20 use Net::WebSocket::Mask ();
  4         5  
  4         63  
9              
10 4     4   16 use constant FRAME_MASK_ARGS => ();
  4         8  
  4         162  
11              
12             1;