Condition Coverage

blib/lib/WWW/Mechanize/Plugin/DOM/Window.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
313 0 0 0 $1 && length $2

or 2 conditions

line l !l condition
99 0 0 $timeouts{$doc} ||= []
123 0 0 $timeouts{$self->document} || (return)
126 0 0 $$$self[4]->plugin('JavaScript') || (return)
137 0 0 $timeouts{$self->document} || (return 0)
402 0 0 (shift())->SUPER::FETCH(@_) || (return)

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 0 $$$self[1] || $$$self[4]->die('There is no default confirm function')
73 0 0 0 $$$self[2] || $$$self[4]->die('There is no default prompt function')
90 0 0 0 $navi{$mech} ||= 'WWW::Mechanize::Plugin::DOM::Navigator'->new($mech)
176 0 0 0 $$$self[6] ||= do { my $doc = $self->document; 'WWW::Mechanize::Plugin::DOM::Frames'->new('HTML::DOM::NodeList::Magic'->new(sub { $doc->look_down('_tag', qr/^i?frame\z/); } , $doc)) }