PSMSGraph icon indicating copy to clipboard operation
PSMSGraph copied to clipboard

100% Code Coverage for Import-GraphApplication

Open markekraus opened this issue 7 years ago • 0 comments

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

markekraus avatar Apr 22 '17 17:04 markekraus