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   1539 use strict;
  4         14  
  4         140  
4 4     4   31 use warnings;
  4         9  
  4         156  
5              
6 4     4   1066 use Net::WebSocket::Mask ();
  4         13  
  4         91  
7              
8 4     4   32 use Net::WebSocket::Mask ();
  4         10  
  4         105  
9              
10 4     4   30 use constant FRAME_MASK_ARGS => ();
  4         11  
  4         250  
11              
12             1;