File Coverage

blib/lib/Acme/PrettyCure/Girl/CurePeach.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::CurePeach;
2 3     3   14 use utf8;
  3         7  
  3         40  
3 3     3   90 use Moo;
  3         6  
  3         20  
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 35 sub precure_name {'キュアピーチ'}
9 0     0 0 0 sub age {14}
10 2     2 0 12 sub challenge { qw(ピンクのハートは愛ある印 もぎたてフレッシュ、キュアピーチ!) }
11 8     8 0 17 sub color { 198 }
12 0     0 0   sub image_url { 'http://www.toei-anim.co.jp/tv/fresh_precure/character/img/main/curepeach_l.jpg' }
13              
14             1;