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 1     1   243 use strict;
  1         2  
  1         23  
4 1     1   5 use warnings;
  1         1  
  1         36  
5              
6 1     1   15 use Net::WebSocket::Mask ();
  1         2  
  1         14  
7              
8 1     1   4 use Net::WebSocket::Mask ();
  1         2  
  1         18  
9              
10 1     1   4 use constant FRAME_MASK_ARGS => ();
  1         2  
  1         48  
11              
12             1;