File Coverage

blib/lib/Text/Xslate/Syntax/Kolon.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Text::Xslate::Syntax::Kolon;
2 122     122   74882 use Mouse;
  122         26512  
  122         592  
3              
4             extends qw(Text::Xslate::Parser);
5              
6 122     122   31299 no Mouse;
  122         157  
  122         420  
7             __PACKAGE__->meta->make_immutable();
8              
9             __END__