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

Moved coverage files into seperate folder #5961

Closed
wants to merge 10 commits into from

Commits on Feb 18, 2020

  1. Added Branch Coverage Tool & Unit Tests for getFieldValue()

    * Implemented our own branch coverage tool to the function getFieldValue
    
    * Added 4 unit tests to improve the branch coverage for the function
    christinerosquist committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    65e5c89 View commit details
    Browse the repository at this point in the history
  2. Added Branch Coverage Tool for format()

    * Added our own branch coverage tool to the function format
    christinerosquist committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    faa2bd7 View commit details
    Browse the repository at this point in the history
  3. Added Branch Coverage Tool for addDotIfAbbreviation()

    * Added our own branch coverage tool to the function addDotIfAbbreviation
    christinerosquist committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    0824b92 View commit details
    Browse the repository at this point in the history
  4. merge #2

    * Add branch coverage metric to GvKParser::parseEntry
       including results before and after added tests.
    
    * Add 4 unit tests to GvKParser::parseEntry that increase 
      coverage by ~10 percentage points. Tests are simplified 
      to only contain necessary inputs.
    
    * Refactor GvkParser::parseEntry (refactoring was done by 
       all group members) to reduce CC by at least 35%.
    
    Co-authored-by: David Johansson <david.johansson11@gmail.com>
    Co-authored-by: yiiju <yijuhung0129@gmail.com>
    Co-authored-by: Christine Rosquist <rosquistchristine@gmail.com>
    4 people committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    ec59705 View commit details
    Browse the repository at this point in the history
  5. Add branch coverage tool, unit tests and refactoring for Authors::han…

    …dleArgument (#3)
    
    * Added branch coverage tool to Authors::handleArgument
      including results before and after added tests
    
    * Add 4 unit tests to Authors::handleArgument in AuthorsTest
      increase branch coverage from 58% to 73%
    
    * Refactor Authors::handleArgument into a new file, AuthorsRefactor and unit tests file, AuthorsRefactorTest
      reduce cyclomatic complexity from 36 to 7 (larger than 35%)
    
    Co-authored-by: Simon Sirak <simon.sirak@hotmail.com>
    yiiju and simonsirak committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    9330e7e View commit details
    Browse the repository at this point in the history
  6. Added Branch Coverage Tool & Unit Tests for transformSpecialCharacter()

    * Implemented ad-hoc branch coverage tool for RTFChars::transformSpecialCharacter().
    * Implemented 4 unit tests that increase the coverage from 67% to 90% according to our own branch coverage tool.
    SoFoDa committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    349fee0 View commit details
    Browse the repository at this point in the history
  7. Added Branch Coverage Tool & Unit Tests for compare()

    * Implemented ad-hoc branch coverage tool for EntryComparator::compare().
    * Implemented 4 unit tests that increase the coverage from 28% to 48% according to our own branch coverage tool.
    SoFoDa committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    e8bbee6 View commit details
    Browse the repository at this point in the history
  8. Add branch coverage tool for AuthorListParser::getToken (#7)

    * Add branch coverage to AuthorListParser::getToken
    yiiju committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    8a14a90 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    76fb5c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a284d71 View commit details
    Browse the repository at this point in the history