Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Leveraging Xcode Code Coverage

Leveraging Xcode Code Coverage

Learn how to exploit Xcode Code Coverage information using the latest tools from Apple and the community.

Simone Civetta

July 13, 2015
Tweet

More Decks by Simone Civetta

Other Decks in Programming

Transcript

  1. Code Coverage detects ☞ Which code is executing when we're

    running the tests ☞ Which code is untested
  2. How does it work? ☞ The information is gathered in

    two steps ☞ compile time ☞ runtime ☞ Tools count each expression that is executed