Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100% Code Coverage for Export-GraphOauthAccessToken #7

Open
markekraus opened this issue Apr 22, 2017 · 0 comments
Open

100% Code Coverage for Export-GraphOauthAccessToken #7

markekraus opened this issue Apr 22, 2017 · 0 comments

Comments

@markekraus
Copy link
Owner

Code coverage report:
Covered 0 % of 19 analyzed Commands in Export-GraphOauthAccessToken
Missed commands:

Line Command
108 $ExportProperties = $AccessToken.psobject.Properties.where({ $_.MemberType -ne 'ScriptProperty' }).Name
108 $_.MemberType -ne 'ScriptProperty'
109 Write-Verbose "Propertes: $($ExportProperties -join ' ')"
109 $ExportProperties -join ' '
110 $ExportToken = $AccessToken ...
110 $ExportToken = $AccessToken ...
111 $PsCmdlet.ParameterSetName
113 $Params = @{ ...
114 Encoding = $Encoding
115 Path = $Path
116 InputObject = $ExportToken
118 $Target = $Path
121 $Params = @{ ...
122 Encoding = $Encoding
123 LiteralPath = $LiterlPath
124 InputObject = $ExportToken
126 $Target = $LiteralPath
129 if ($pscmdlet.ShouldProcess($Target)) { ...
130 Export-Clixml @Params
@markekraus markekraus added this to the 100% Code Coverage milestone Apr 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant