File Coverage

blib/lib/HTML/Video/Embed/Module.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod 0 1 0.0
total 4 7 57.1


line stmt bran cond sub pod time code
1             package HTML::Video::Embed::Module;
2 9     9   63901 use Moo::Role;
  9         17  
  9         100  
3              
4             requires 'domain_reg';
5             requires 'process';
6              
7             sub ssl {
8 0     0 0   0;
9             }
10              
11             1;