| blib/lib/WWW/Shopify/Liquid/Dialect/Web.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 | |||||||
| 3 | 3 | 3 | 16481 | use strict; | |||
| 3 | 10 | ||||||
| 3 | 97 | ||||||
| 4 | 3 | 3 | 20 | use warnings; | |||
| 3 | 7 | ||||||
| 3 | 166 | ||||||
| 5 | |||||||
| 6 | |||||||
| 7 | =head1 NAME | ||||||
| 8 | |||||||
| 9 | WWW::Shopify::Liquid::Dialect::Web - Contains filters and tags useful with the web. | ||||||
| 10 | |||||||
| 11 | =cut | ||||||
| 12 | |||||||
| 13 | package WWW::Shopify::Liquid::Dialect::Web; | ||||||
| 14 | 3 | 3 | 21 | use base 'WWW::Shopify::Liquid::Dialect'; | |||
| 3 | 7 | ||||||
| 3 | 1122 | ||||||
| 15 | |||||||
| 16 | |||||||
| 17 | |||||||
| 18 | 1; |