Condition Coverage

blib/lib/Mojolicious/Plugin/LinkEmbedder/Link/Text/HTML.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 0 $self->canon_url and not defined $self->{'media_id'}

or 2 conditions

line l !l condition
72 0 0 $e->{'content'} || $e->{'value'} || $e->text || ''

or 3 conditions

line l !l&&r !l&&!r condition
64 0 0 0 $e->{'content'} || $e->{'value'}
0 0 0 $dom->at('meta[property="og:description"]') || $dom->at('meta[name="twitter:description"]')
67 0 0 0 $e->{'content'} || $e->{'value'}
0 0 0 $dom->at('meta[property="og:image"]') || $dom->at('meta[property="og:image:url"]') || $dom->at('meta[name="twitter:image"]')
72 0 0 0 $dom->at('meta[property="og:title"]') || $dom->at('meta[name="twitter:title"]') || $dom->at('title')
75 0 0 0 $dom->at('meta[property="og:type"]') || $dom->at('meta[name="twitter:card"]')
78 0 0 0 $e->{'content'} || $e->{'value'}
0 0 0 $dom->at('meta[property="og:url"]') || $dom->at('meta[name="twitter:url"]')