Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mutation-testing-metrics-scala

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutation-testing-metrics-scala - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [1.4.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.1...v1.4.0) (2020-08-25)
### Bug Fixes
* **sonatype:** fix release process for sonatype ([a308a85](https://github.com/stryker-mutator/mutation-testing-elements/commit/a308a8512c2f2539f98ef16d65a01289b8d0ba1f))
### Features
* **metrics-scala:** add optional description field ([#602](https://github.com/stryker-mutator/mutation-testing-elements/issues/602)) ([2ef280c](https://github.com/stryker-mutator/mutation-testing-elements/commit/2ef280c8cffaa1e97001cd6d6d74e12630846604))
* **metrics-scala:** add support for RuntimeError mutant status ([#609](https://github.com/stryker-mutator/mutation-testing-elements/issues/609)) ([d4c9ae5](https://github.com/stryker-mutator/mutation-testing-elements/commit/d4c9ae560753e4841b9ab03f1fe1cdaddd3b1894))
## [1.3.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.3.0...v1.3.1) (2020-03-28)

@@ -8,0 +25,0 @@

4

package.json
{
"name": "mutation-testing-metrics-scala",
"version": "1.3.1",
"version": "1.4.0",
"description": "Zero-dependency library to calculate mutation testing metrics in Scala.",

@@ -21,3 +21,3 @@ "scripts": {

"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-metrics-scala#readme",
"gitHead": "48e2e035c4f86996c704e129a43fb7474f83b12f"
"gitHead": "f3e74496c4bef02116b628b25299e133db8d90b7"
}

@@ -105,20 +105,22 @@ [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fstryker-mutator%2Fmutation-testing-elements%2Fmaster%3Fmodule%3Dmetrics-scala)](https://badge-api.stryker-mutator.io/github.com/stryker-mutator/mutation-testing-elements/master?module=metrics-scala)

// res5: Int = 0
metrics.runtimeErrors
// res6: Int = 0
metrics.ignored
// res6: Int = 0
// res7: Int = 0
metrics.totalDetected
// res7: Int = 162
// res8: Int = 162
metrics.totalUndetected
// res8: Int = 69
// res9: Int = 69
metrics.totalCovered
// res9: Int = 231
// res10: Int = 231
metrics.totalValid
// res10: Int = 231
// res11: Int = 231
metrics.totalInvalid
// res11: Int = 0
// res12: Int = 0
metrics.totalMutants
// res12: Int = 231
// res13: Int = 231
metrics.mutationScore
// res13: Double = 70.12987012987013
// res14: Double = 70.12987012987013
metrics.mutationScoreBasedOnCoveredCode
// res14: Double = 70.12987012987013
// res15: Double = 70.12987012987013
```

@@ -125,0 +127,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc