| line | !l | l&&!r | l&&r | condition | 
 
| 64 | 0 | 0 | 2 | not $tag{'NO_GLUE_PREVENTS_NAMESERVER_TESTS'} and $tag{'HAS_NAMESERVERS'} | 
 
| 232 | 21 | 0 | 0 | not 'Zonemaster::Engine'->config->ipv4_ok and $ns->address->version == $Zonemaster::Engine::Test::Basic::IP_VERSION_4 | 
 
|  | 0 | 9 | 12 | 'Zonemaster::Engine'->config->ipv4_ok and $ns->address->version == $Zonemaster::Engine::Test::Basic::IP_VERSION_4 | 
 
| 254 | 21 | 0 | 0 | not 'Zonemaster::Engine'->config->ipv6_ok and $ns->address->version == $Zonemaster::Engine::Test::Basic::IP_VERSION_6 | 
 
|  | 0 | 12 | 9 | 'Zonemaster::Engine'->config->ipv6_ok and $ns->address->version == $Zonemaster::Engine::Test::Basic::IP_VERSION_6 | 
 
| 323 | 2 | 0 | 0 | not 'Zonemaster::Engine'->config->ipv4_ok and $ns->address->version == $Zonemaster::Engine::Test::Basic::IP_VERSION_4 | 
 
|  | 0 | 0 | 2 | 'Zonemaster::Engine'->config->ipv4_ok and $ns->address->version == $Zonemaster::Engine::Test::Basic::IP_VERSION_4 | 
 
| 345 | 2 | 0 | 0 | not 'Zonemaster::Engine'->config->ipv6_ok and $ns->address->version == $Zonemaster::Engine::Test::Basic::IP_VERSION_6 | 
 
|  | 0 | 2 | 0 | 'Zonemaster::Engine'->config->ipv6_ok and $ns->address->version == $Zonemaster::Engine::Test::Basic::IP_VERSION_6 | 
 
| 392 | 3 | 0 | 1 | scalar @{'Zonemaster::Engine::TestMethods'->method4($zone);} and not $response_nb |