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   1096 use strict;
  4         10  
  4         106  
4 4     4   18 use warnings;
  4         8  
  4         118  
5              
6 4     4   689 use Net::WebSocket::Mask ();
  4         9  
  4         58  
7              
8 4     4   18 use Net::WebSocket::Mask ();
  4         6  
  4         60  
9              
10 4     4   15 use constant FRAME_MASK_ARGS => ();
  4         7  
  4         177  
11              
12             1;