| blib/lib/HTML/Video/Embed/Site/Youtube.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 7 | 85.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 0 | 4 | 6 | defined $timecode and my(@time) = $timecode =~ /(?:(\d+)h)?(?:(\d+)m)?(?:(\d+)s)/ |
| line | l | !l | condition |
|---|---|---|---|
| 16 | 7 | 1 | $uri->query_param('v') || '' |
| 25 | 8 | 2 | $uri->query_param('t') || $uri->fragment || '' |