The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Why Code Coverage Matters

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Max Zone

Posts: 9170
Nickname: dzone
Registered: Jun, 2006

dzone.com is a link-sharing community where member participation determines what gets published
Why Code Coverage Matters Posted: Apr 16, 2007 12:54 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Max Zone.
Original Post: Why Code Coverage Matters
Feed Title: dzone.com: php
Feed URL: http://www.dzone.com/feed/frontpage/php/rss.xml
Feed Description: dzone.com: fresh php links for developers
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Max Zone
Latest Posts From dzone.com: php

Advertisement
I'm a fan of PHPUnits code coverage reports. And with this sentence I can see a lot of the developers out there shiver, because they are of the opinion, that code coverage reports for unit tests are nonsense and cannot give you any hint on the quality of a test suite. I see it a bit differently. Surely, a high code coverage rate of a test suite does never indicate, that code is well tested (if you have not written the code and tests yourself). But the other way around works: A small code coverage rate definitly means, that the test suite is not sufficient.

Read: Why Code Coverage Matters

Topic: Have Mercy. Previous Topic   Next Topic Topic: Why Documentation Matters

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use