Coverage Summary for Class: Constants (com.javiersc.network.either.internal)

Class Class, % Method, % Branch, % Line, % Instruction, %
Constants 0% (0/1) 0% (0/1) 0% (0/1) 0% (0/2)


 package com.javiersc.network.either.internal
 
 internal object Constants {
     const val DnsTimeout = 2000
     const val DnsUrl = "https://8.8.8.8/"
     const val DnsPort = 53
 }