Condition Coverage

lib/WWW/Crawler/Mojo/Job.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 0 ref $_[0] and ref $_[0] eq 'Mojo::DOM'
39 29 1 72 ref $args{'_context'} and ref $args{'_context'} eq 'Mojo::DOM'

or 2 conditions

line l !l condition
79 6 58 $self->method || ''

or 3 conditions

line l !l&&r !l&&!r condition
54 4 4 52 not ref $job or ref $job ne 'WWW::Crawler::Mojo::Job'