File Coverage

blib/lib/Acme/PrettyCure/Girl/CureRouge.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::CureRouge;
2 4     4   23 use utf8;
  4         9  
  4         28  
3 4     4   101 use Moo;
  4         9  
  4         23  
4              
5             with qw/Acme::PrettyCure::Girl::Role Acme::PrettyCure::Girl::Role::Five/;
6              
7 2     2 0 41 sub human_name {'夏木りん'}
8 2     2 0 35 sub precure_name {'キュアルージュ'}
9 0     0 0 0 sub age {14}
10 2     2 0 9 sub challenge { '情熱の赤い炎、キュアルージュ!' }
11 2     2 0 7 sub color { 160 }
12 0     0 0   sub image_url { 'http://www.toei-anim.co.jp/tv/yes_precure5/character/img/body_rouge.jpg' }
13              
14             1;