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 13     13   5630 use strict;
  13         33  
  13         394  
4 13     13   67 use warnings;
  13         29  
  13         361  
5              
6 13     13   1306 use Net::WebSocket::Mask ();
  13         32  
  13         211  
7              
8 13     13   66 use Net::WebSocket::Mask ();
  13         25  
  13         288  
9              
10 13     13   81 use constant FRAME_MASK_ARGS => ();
  13         25  
  13         939  
11              
12             1;