File Coverage

blib/lib/Acme/PrettyCure/Girl/CurePine.pm
Criterion Covered Total %
statement 10 12 83.3
branch n/a
condition n/a
subroutine 6 8 75.0
pod 0 6 0.0
total 16 26 61.5


line stmt bran cond sub pod time code
1             package Acme::PrettyCure::Girl::CurePine;
2 3     3   17 use utf8;
  3         7  
  3         21  
3 3     3   81 use Moo;
  3         6  
  3         35  
4              
5             with qw/Acme::PrettyCure::Girl::Role Acme::PrettyCure::Girl::Role::Fresh/;
6              
7 2     2 0 48 sub human_name {'山吹祈里'}
8 2     2 0 34 sub precure_name {'キュアパイン'}
9 0     0 0 0 sub age {14}
10 2     2 0 13 sub challenge { qw(イエローハートは祈りの印 とれたてフレッシュ、キュアパイン!) }
11 6     6 0 16 sub color { 214 }
12 0     0 0   sub image_url { 'http://www.toei-anim.co.jp/tv/fresh_precure/character/img/main/curepain_l.jpg' }
13              
14             1;