blib/lib/HTTP/Headers/ActionPack/LinkHeader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
46 | 11 | 0 | if (my $rel = $self->params->{'rel'}) |
51 | 2 | 9 | if ($rel =~ m[^\w+\://]) { } |
52 | 1 | 1 | $self->params->{'rel'} eq $relation ? : |
57 | 9 | 0 | lc $self->params->{'rel'} eq lc $relation ? : |
67 | 2 | 53 | if ($param =~ /\*$/) { } |