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 119     119   110184 use Mouse;
  119         31683  
  119         882  
3              
4             extends qw(Text::Xslate::Parser);
5              
6 119     119   41513 no Mouse;
  119         256  
  119         599  
7             __PACKAGE__->meta->make_immutable();
8              
9             __END__