File Coverage

blib/lib/HTML/Pictogram/MobileJp.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 0 1 0.0
total 18 19 94.7


line stmt bran cond sub pod time code
1             package HTML::Pictogram::MobileJp;
2 2     2   30535 use strict;
  2         6  
  2         79  
3 2     2   11 use warnings;
  2         4  
  2         57  
4 2     2   56 use 5.00800;
  2         11  
  2         113  
5             our $VERSION = '0.02';
6 2     2   1240 use HTML::Pictogram::MobileJp::EmojiNumber;
  2         5  
  2         138  
7              
8             # backward compatibility
9 7     7 0 48926 sub convert { HTML::Pictogram::MobileJp::EmojiNumber::convert(@_) }
10              
11             1;
12             __END__