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-GraphApplication #6

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

100% Code Coverage for Export-GraphApplication #6

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-GraphApplication
Missed commands:

Line Command
106 $ExportProperties = $Application.psobject.Properties.where({ $_.MemberType -ne 'ScriptProperty' }).Name
106 $_.MemberType -ne 'ScriptProperty'
107 Write-Verbose "Propertes: $($ExportProperties -join ' ')"
107 $ExportProperties -join ' '
108 $ExportApplication = $Application ...
108 $ExportApplication = $Application ...
109 $PsCmdlet.ParameterSetName
111 $Params = @{ ...
112 Encoding = $Encoding
113 Path = $Path
114 InputObject = $ExportApplication
116 $Target = $Path
119 $Params = @{ ...
120 Encoding = $Encoding
121 LiteralPath = $LiterlPath
122 InputObject = $ExportApplication
124 $Target = $LiteralPath
127 if ($pscmdlet.ShouldProcess("Target")) { ...
128 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