Condition Coverage

blib/lib/Web/Mention.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
182 0 0 1 &blessed($request) and $request->can('param')
330 9 0 1 $self->rsvp_type and $self->_check_url_property($item, 'in-reply-to')
419 25 0 3 &blessed($url_prop) and $url_prop->isa('Web::Microformats2::Item')
497 1 0 1 $relation and $relation eq 'webmention'
544 1 3 1 $entry and $name

or 3 conditions

line l !l&&r !l&&!r condition
244 24 1 2 $response->content =~ quotemeta($self->target) or $response->content =~ uri_escape($self->target)
522 1 0 5 lc $host eq 'localhost' or $host =~ /^127\.\d+\.\d+\.\d+$/