File Coverage

blib/lib/Bootylicious/Tag.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Bootylicious::Tag;
2              
3 5     5   17 use strict;
  5         5  
  5         103  
4 5     5   12 use warnings;
  5         6  
  5         86  
5              
6 5     5   13 use base 'Mojo::Base';
  5         7  
  5         330  
7              
8             __PACKAGE__->attr([qw/name count created modified/]);
9              
10             1;