Code coverage report:
Covered 83.72 % of 43 analyzed Commands in Import-GraphOauthAccessToken
Missed commands:
| Line |
Command |
| 73 |
$ImportFiles = $LiteralPath |
| 87 |
$ErrorMessage = "Unable to import from '{0}': {1}" -f @( ... |
| 88 |
$ImportFile |
| 89 |
$_.Exception.Message |
| 91 |
Write-Error $ErrorMessage |
| 101 |
$Session.Headers[$_.key] = $_.value |
| 105 |
Write-Warning "Session headers could not be imported." |