Analizo
view release on metacpan or search on metacpan
t/features/metrics/global_only.feature view on Meta::CPAN
Feature: output only global metrics
As a researcher
I want to ouput only the global metrics
So that I can evaluate several projects at once
Background:
Given I am in t/samples/sample_basic/c/
Scenario: simple case
When I run "analizo metrics --global-only ."
Then the output must match "cbo_mean:"
And the output must not match "_module:"
Scenario: short version
When I run "analizo metrics -g ."
Then the output must match "cbo_mean:"
And the output must not match "_module:"
( run in 0.318 second using v1.01-cache-2.11-cpan-5b529ec07f3 )