Condition Coverage

blib/lib/auto/share/dist/Alien-autoconf/share/autoconf/Autom4te/Channels.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
512 0 0 0 $opts{'type'} eq "warning" and $warnings_are_errors
559 0 0 0 $opts{'ordered'} and $opts{'queue'}
652 0 0 0 $opts{'type'} eq "warning" and $warnings_are_errors
685 0 0 0 $channel =~ /^no-/ and exists $channels{substr $channel, 3}

or 2 conditions

line l !l condition
450 0 0 $queue->dequeue || (return 0)

or 3 conditions

line l !l&&r !l&&!r condition
416 0 0 0 $location->get || $me
425 0 0 0 $location ||= $me
652 0 0 0 $opts{'type'} eq "error" or $opts{'type'} eq "fatal"
0 0 0 $opts{'type'} eq "error" or $opts{'type'} eq "fatal" or $opts{'type'} eq "warning" and $warnings_are_errors
685 0 0 0 $channel eq "" or $channel eq "all"
0 0 0 $channel eq "none" or $channel =~ /^no-/ and exists $channels{substr $channel, 3}