File Coverage

blib/lib/Acme/PrettyCure/Girl/CureWhiteMH.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Acme::PrettyCure::Girl::CureWhiteMH;
2 3     3   17 use Moo;
  3         6  
  3         20  
3              
4             extends 'Acme::PrettyCure::Girl::CureWhite';
5              
6             around 'age' => sub { 15 };
7             around 'image_url' => sub { 'http://www.toei-anim.co.jp/tv/precure_MH/image/honoka/p01.gif' };
8              
9             1;