Condition Coverage

blib/lib/Config/AWS.pm
Criterion Covered Total %
condition 10 13 76.9


or 2 conditions

line l !l condition
121 7 13 $ENV{'AWS_DEFAULT_PROFILE'} // "default"
143 2 1 shift() // ""

or 3 conditions

line l !l&&r !l&&!r condition
107 16 18 0 shift() // default_profile()
125 5 8 0 $ENV{'AWS_SHARED_CREDENTIALS_FILE'} // (glob "~/.aws/credentials")[0]
129 4 7 0 $ENV{'AWS_CONFIG_FILE'} // (glob "~/.aws/config")[0]