Condition Coverage

blib/lib/DNS/BL/cmds/print.pm
Criterion Covered Total %
condition 6 24 25.0


and 3 conditions

line !l l&&!r l&&r condition
114 2 5 0 exists $args{'within'} and not $ip = 'NetAddr::IP'->new($args{'within'})
5 2 0 exists $args{'matching'} and not $ip = 'NetAddr::IP'->new($args{'matching'})

or 2 conditions

line l !l condition
177 0 0 $_->value || '127.0.0.1'
0 0 $_->desc || 'No text'
186 0 0 $_->value || '127.0.0.1'
0 0 $_->desc || 'No text'
192 0 0 $_->value || '127.0.0.1'
0 0 $_->desc || 'No text'

or 3 conditions

line l !l&&r !l&&!r condition
114 5 2 0 exists $args{'within'} || exists $args{'matching'}
173 0 0 0 not defined $args{'as'} or $args{'as'} eq 'plain'