0

The test codes are written using SimpleTest framework, and I am looking for a tool or an open source solution to perform Code Coverage.

2

2 Answers 2

1

Use SimpleTest's Coverage extension:

https://github.com/simpletest/simpletest/tree/master/extensions/coverage

Sign up to request clarification or add additional context in comments.

Comments

0

You can use phpunit

Read about it, mostly used.

http://phpunit.de -- page is in english

Git: https://github.com/sebastianbergmann/phpunit

CodeCoverage: http://phpunit.de/manual/current/en/code-coverage-analysis.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.