File Coverage

blib/lib/HTTP/MobileAttribute/Plugin/Locator/Base.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 10 11 90.9


line stmt bran cond sub pod time code
1             package HTTP::MobileAttribute::Plugin::Locator::Base;
2 1     1   6 use strict;
  1         3  
  1         26  
3 1     1   5 use warnings;
  1         2  
  1         46  
4              
5 40     40 0 275 sub new { bless {}, shift }
6              
7             1;