File Coverage

blib/lib/PocketIO/Transport/XHRPolling.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package PocketIO::Transport::XHRPolling;
2              
3 6     6   36 use strict;
  6         13  
  6         212  
4 6     6   35 use warnings;
  6         15  
  6         196  
5              
6 6     6   36 use base 'PocketIO::Transport::BasePolling';
  6         16  
  6         533  
7              
8             1;
9             __END__