File Coverage

blib/lib/Web/Async/WebSocket/Frame.pm
Criterion Covered Total %
statement 3 7 42.8
branch n/a
condition n/a
subroutine 1 3 33.3
pod 0 2 0.0
total 4 12 33.3


line stmt bran cond sub pod time code
1             package Web::Async::WebSocket::Frame;
2 3     3   178818 use Full::Class qw(:v1);
  3         166764  
  3         21  
3              
4             our $VERSION = '0.006'; ## VERSION
5             ## AUTHORITY
6              
7 0     0 0   field $opcode : reader : param;
  0            
8 0     0 0   field $payload : reader : param;
  0            
9              
10             1;