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 12     12   5613 use strict;
  12         28  
  12         425  
4 12     12   63 use warnings;
  12         28  
  12         346  
5              
6 12     12   1465 use Net::WebSocket::Mask ();
  12         23  
  12         234  
7              
8 12     12   56 use Net::WebSocket::Mask ();
  12         25  
  12         290  
9              
10 12     12   89 use constant FRAME_MASK_ARGS => ();
  12         33  
  12         802  
11              
12             1;