• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kysect / PowerShellRunner / 9758848204

02 Jul 2024 09:56AM UTC coverage: 56.868% (-0.2%) from 57.061%
9758848204

push

github

FrediKats
Add IPowerShellObjectMapper

165 of 401 branches covered (41.15%)

Branch coverage included in aggregate %.

12 of 22 new or added lines in 3 files covered. (54.55%)

50 existing lines in 6 files now uncovered.

1222 of 2038 relevant lines covered (59.96%)

3.23 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/Sources/Kysect.PowerShellRunner/Accessors/PowerShellAccessorFactory.cs
1
using Kysect.PowerShellRunner.Abstractions.Accessors;
2

3
namespace Kysect.PowerShellRunner.Accessors;
4

5
public class PowerShellAccessorFactory : IPowerShellAccessorFactory
6
{
7
    public IPowerShellAccessor Create()
8
    {
9
#pragma warning disable CA2000 // Dispose objects before losing scope
UNCOV
10
        return new PowerShellAccessor(System.Management.Automation.PowerShell.Create());
×
11
#pragma warning restore CA2000 // Dispose objects before losing scope
12
    }
13
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc