blib/lib/WWW/Shopify/Liquid/Tag/Tablerow.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 | #!/usr/bin/perl | ||||||
2 | 21 | 21 | 10787 | use strict; | |||
21 | 36 | ||||||
21 | 714 | ||||||
3 | 21 | 21 | 93 | use warnings; | |||
21 | 29 | ||||||
21 | 701 | ||||||
4 | |||||||
5 | package WWW::Shopify::Liquid::Tag::Tablerow; | ||||||
6 | 21 | 21 | 95 | use base 'WWW::Shopify::Liquid::Tag::Enclosing'; | |||
21 | 164 | ||||||
21 | 1586 | ||||||
7 | |||||||
8 | |||||||
9 | |||||||
10 | 1; |