Condition Coverage

lib/Net/Upwork/API/Config.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 0 $opts{'client_id'} and $opts{'client_secret'}

or 2 conditions

line l !l condition
44 0 0 $opts{'client_id'} ||= ""
45 0 0 $opts{'client_secret'} ||= ""
46 0 0 $opts{'grant_type'} ||= "code_authorization"
47 0 0 $opts{'access_token'} ||= ""
48 0 0 $opts{'refresh_token'} ||= ""
49 0 0 $opts{'expires_in'} ||= ""
50 0 0 $opts{'expires_at'} ||= ""
51 0 0 $opts{'redirect_uri'} ||= ""
52 0 0 $opts{'site'} ||= "https://www.upwork.com"
53 0 0 $opts{'authorize_path'} ||= "/ab/account-security/oauth2/authorize"
54 0 0 $opts{'access_token_path'} ||= "/api/v3/oauth2/token"
55 0 0 $opts{'refresh_token_path'} ||= "/api/v3/oauth2/token"
56 0 0 $opts{'callback'} ||= ""
57 0 0 $opts{'debug'} ||= 0