Skipped count percentage is affected by integer rounding

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: xunit-plugin
    • None
    • Environment:
      xUnit 1.102

      The skipped count percentage is always 0 because the actual formula is affected by integer rounding.

      Actual formule is (A int / B int) * 100, but when A is less than B the result A / B is always 0 because the result is int.

            Assignee:
            Nikolas Falco
            Reporter:
            Nikolas Falco
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: