Code coverage report:
Covered 64.71 % of 17 analyzed Commands in Import-GraphApplication
Missed commands:
| Line |
Command |
| 75 |
$ImportFiles = $LiteralPath |
| 76 |
$ImportParam = 'LiteralPath' |
| 89 |
$ErrorMessage = "Unable to import from '{0}': {1}" -f @( ... |
| 90 |
$ImportFile |
| 91 |
$_.Exception.Message |
| 93 |
Write-Error $ErrorMessage |
Code coverage report:
Covered 64.71 % of 17 analyzed Commands in
Import-GraphApplicationMissed commands:
$ImportFiles = $LiteralPath$ImportParam = 'LiteralPath'$ErrorMessage = "Unable to import from '{0}': {1}" -f @( ...$ImportFile$_.Exception.MessageWrite-Error $ErrorMessage