Condition Coverage

lib/Smartcat/Client/Configuration.pm
Criterion Covered Total %
condition 9 20 45.0


or 2 conditions

line l !l condition
98 0 11 $p{'http_timeout'} //= 180
99 0 11 $p{'http_user_agent'} //= 'Swagger-Codegen/1.0.0/perl'
102 0 11 $p{'api_key'} //= {}
103 0 11 $p{'api_key_prefix'} //= {}
104 0 11 $p{'api_key_in'} //= {}
107 0 11 $p{'username'} //= ''
108 0 11 $p{'password'} //= ''
111 0 11 $p{'access_token'} //= ''
114 0 11 $p{'base_url'} //= 'https://smartcat.ai'
165 0 0 $tokens->{$token_name}{'in'} || 'head'