PHPackages                             eddiejaoude/codeception-zf2-codecoverage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. eddiejaoude/codeception-zf2-codecoverage

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

eddiejaoude/codeception-zf2-codecoverage
========================================

Codeception ZF2 Code Coverage Module

0.1-rc1(11y ago)09.6kMITPHPPHP &gt;=5.3.3

Since Oct 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/eddiejaoude/codeception-zf2-codecoverage)[ Packagist](https://packagist.org/packages/eddiejaoude/codeception-zf2-codecoverage)[ RSS](/packages/eddiejaoude-codeception-zf2-codecoverage/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

Codeception Code Coverage for Zend Framework 2
==============================================

[](#codeception-code-coverage-for-zend-framework-2)

Reference

Installation
------------

[](#installation)

1. Composer

```
"require-dev": {
    "eddiejaoude/codeception-zf2-codecoverage": "*"
}
```

2. Update Dependencies

```
php composer.phar update

```

3. Added `CodeceptionZf2CodeCoverage` ZF2 Module to `config/application.config.php`

```
'modules' => array(
    'Application',
    'CodeceptionZf2CodeCoverage',
),
```

4. Run Code Coverage

```
vendor/bin/codecept run --coverage --coverage-xml

```

Example Output

```
Time: 5.42 seconds, Memory: 29.75Mb

OK (12 tests, 36 assertions)

Code Coverage Report:
  2014-10-04 09:22:55

 Summary:
  Classes: 50.00% (4/8)
  Methods: 73.68% (14/19)
  Lines:   55.68% (98/176)

\Application\Factory::ElasticSearchClientFactory
  Methods: 100.00% ( 1/ 1)   Lines: 100.00% (  3/  3)
\Application\Factory::ElasticSearchServiceFactory
  Methods: 100.00% ( 1/ 1)   Lines: 100.00% (  2/  2)
\Application\Form::SearchForm
  Methods: 100.00% ( 1/ 1)   Lines: 100.00% ( 29/ 29)
\Application\Model\Entity::Search
  Methods:  80.00% ( 8/10)   Lines:  93.62% ( 44/ 47)
\Application\Service::ElasticSearch
  Methods: 100.00% ( 3/ 3)   Lines: 100.00% ( 13/ 13)

XML report generated in coverage.xml
Text report generated in coverage.txt

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4290d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72a84aeb80493e050ede01d5b15020ecfe55681e8d54ab5f0f68f058326f950b?d=identicon)[eddiejaoude](/maintainers/eddiejaoude)

---

Top Contributors

[![eddiejaoude](https://avatars.githubusercontent.com/u/624760?v=4)](https://github.com/eddiejaoude "eddiejaoude (10 commits)")

---

Tags

codeceptionzendzf2zend framework 2code coverage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eddiejaoude-codeception-zf2-codecoverage/health.svg)

```
[![Health](https://phpackages.com/badges/eddiejaoude-codeception-zf2-codecoverage/health.svg)](https://phpackages.com/packages/eddiejaoude-codeception-zf2-codecoverage)
```

###  Alternatives

[lucatume/wp-browser

A set of Codeception modules to test WordPress projects.

6424.1M182](/packages/lucatume-wp-browser)[codeception/lib-innerbrowser

Parent library for all Codeception framework modules and PhpBrowser

8744.5M89](/packages/codeception-lib-innerbrowser)[codeception/module-asserts

Codeception module containing various assertions

8654.0M1.5k](/packages/codeception-module-asserts)[allure-framework/allure-codeception

Allure Codeception integration

5212.7M9](/packages/allure-framework-allure-codeception)[codeception/module-webdriver

WebDriver module for Codeception

3933.4M328](/packages/codeception-module-webdriver)[mcustiel/phiremock-codeception-extension

Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.

311.1M6](/packages/mcustiel-phiremock-codeception-extension)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
