2017 © Pedro Peláez
 

library lcov-reporter

lcov reporter for cloak

image

cloak/lcov-reporter

lcov reporter for cloak

  • Tuesday, September 23, 2014
  • by holyshared
  • Repository
  • 1 Watchers
  • 0 Stars
  • 303 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

cloak-lcov-reporter

It has been merged into 1.3.2.3 of cloak.
It is not maintenance now., (*1)

cloak-lcov-reporter is lcov reporter for cloak.
Please refer to the FILES section for lcov., (*2)

Build Status Coverage Status Scrutinizer Code Quality Stories in Ready Dependency Status, (*3)

Installation

Composer setting

Cloak can be installed using Composer.
Please add a description to the composer.json in the configuration file., (*4)

{
    "require-dev": {
        "cloak/lcov-reporter": "1.1.4"
    }
}

Install

Please execute composer install command., (*5)

composer install

How to use

Setup for the report of code coverage

Setup is required to take a code coverage.
Run the configure method to be set up., (*6)

<?php

$analyzer = Analyzer::factory(function(ConfigurationBuilder $builder) {

    $builder->reporter(new LcovReporter(__DIR__ . '/report.lcov'));

    $builder->includeFile(function(File $file) {
        return $file->matchPath('/src');
    })->excludeFile(function(File $file) {
        return $file->matchPath('/spec') || $file->matchPath('/vendor');
    });

});

Example

You can try with the following command., (*7)

vendor/bin/phake example:basic

The Versions

23/09 2014

dev-master

9999999-dev

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage cloak reporter

23/09 2014

1.1.4

1.1.4.0

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage cloak reporter

23/09 2014

dev-1.1.4-wip

dev-1.1.4-wip

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage cloak reporter

23/09 2014

dev-1.1.3-wip

dev-1.1.3-wip

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage cloak reporter

16/09 2014

1.1.3

1.1.3.0

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage cloak reporter

15/09 2014

1.1.2

1.1.2.0

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage reporter

17/08 2014

1.1.1

1.1.1.0

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage reporter

16/08 2014

1.1.0

1.1.0.0

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage reporter

09/08 2014

1.0.0

1.0.0.0

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

lcov code coverage reporter