Test Report

Created: 2023-10-02 - Version: 1.0.0

Introduction

This test report is automatically generated and includes information automatically generated by standard testing tools as well as custom tools in order to test and report the correctness as well as the quality of the software.

Table of Contents

Objective

The objective of this report is to provide important information to users and auditors in order to check and re-validate the correctness and quality of the tested software. In this automatically generated report you can confirm if the functionality of the tested software is ensured. This is especially important and helpful for software updates and major version changes. By providing these test reports we hope to help customers, partners and auditors with their software validation processes due to internal or external requirements.

Testing Process

Our goal is to provide as many and comprehensive tests as possible in order to ensure risks As Low As Reasonably Possible (ALARP). The tests we create can be categorized into multiple non-exclusive categories such as:

  • Unit Tests vs. Integration Tests vs. System Tests vs. Static Tests vs. Code Style
  • Frontend vs. Backend
  • Internal vs. 3rd Party
  • Framework vs. Library vs. Module
  • Environment dependent vs. Environment independent

In addition to these functional tests we also do performance analysis of critical components. In addition to these automated tests we also do manual tests which are not included in this report during the development process and testing environments. New tests are constantly added and old tests are improved if applicable. In case tests become redundant or no longer provide any benefit due to software changes we may remove them.

The testing rulesets can be found at:

Testing Summary

This section contains a brief overview about the testing results.

Coverage

Description Total Covered Uncovered Ratio
Methods 175 2 173 1.1%
Statements 2134 48 2086 2.2%

Tests

Description Total OK Skipps Warnings Failures Errors
Test Suits 3 -30 0 3 3
Tests 12 9 0 0 2 1
Static Tests 129 125 0 0 0 4
Code Style 129 129 0 0 0 0

Total amount of assertions: 16

Total testing time: 0.045904s

Disclaimer

This test report doesn't provide any legal warrenty over completeness and correctness in case of damages of any kind.

Tests

Account/user manager to handle/access loaded accounts

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The manager has the expected member variables 0s
untested The manager has the expected default values after initialization 0s
untested An account can be added to the manager 0s
untested An account can be retrieved from the manager 0s
untested An account can only be added once to the account manager (no duplication) 0s
untested An account can be removed from the account manager 0s
untested Only a valid account can be removed from the manager 0s

Base account/user representation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The account has the expected member variables 0s
untested The account has the expected default values after initialization 0s
untested The account names can be set and retrieved correctly 0s
untested Groups can be added to an account 0s
untested An account can have a valid email address 0s
untested The default status of the account can be changed to a different valid status 0s
untested The default type of the account can be changed to a different valid type 0s
untested Account permissions can be added 0s
untested Account permissions can be checked for existence 0s
untested An account can have it's own localization 0s
untested An account 'last activity' timestamp can be updated and retrieved 0s
untested An account can only have a valid email 0s
untested An account can only have valid account status 0s
untested An account can only have valid account types 0s
untested Account permissions can be added 0s

Base group representation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The group has the expected member variables 0s
untested The group has the expected default values after initialization 0s
untested The group name and description can be set and retrieved correctly 0s
untested Group permissions can be added 0s
untested Group permissions can be checked for existence 0s
untested Group permissions can be removed 0s
untested The default status of the group can be changed to a different valid status 0s
untested A group can only have valid group status 0s

Base permission representation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The permission has the expected default values after initialization 0s
untested The unit can be set and returned correctly 0s
untested The app can be set and returned correctly 0s
untested The module can be set and returned correctly 0s
untested The from can be set and returned correctly 0s
untested The element can be set and returned correctly 0s
untested The component can be set and returned correctly 0s
untested The permission can be set and returned correctly 0s
untested Two permissions can be checked for equality 0s
untested Correct permissions are validated 0s
untested Invalid permissions are not validated 0s
untested Correct permission flags are validated 0s
untested Invalid permission flags are not validated 0s
untested The category can be set and returned correctly 0s

Clustering points/elements with the K-means algorithm

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The clustering of points and dynamic check of new points works as expected 0s

Default point in a cluster

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Coordinates of a point can be set and returned 0s
untested The group/cluster of a point can be set and returned 0s
untested The name of a point can be set and returned 0s

Match a value by using the minimum quantity of available sub values (Minimum Coin Problem)

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A value is matched with the minimum quantity of available coins. 0s

Job scheduling based on values/profit

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The optimal job combination is selected to maximize the value/profit without overlapping jobs 0s
untested A job list with only one job simply returns one job 0s

Default job for the job scheduling

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The job has the expected values after initialization 0s

A Knapsack implementation for discrete quantities, values and costs and bounded item quantities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The optimal item selection in a backpack is calculated in order to optimize the value/profit while considering the available capacity/cost limit 0s

A Knapsack implementation for continuous quantities, values and costs

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The optimal item selection in a backpack is calculated in order to optimize the value/profit while considering the available capacity/cost limit [discrete quantities] 0s
untested The optimal item selection in a backpack is calculated in order to optimize the value/profit while considering the available capacity/cost limit [continuous quantities] 0s

The default backpack or basket which holds all items for the Knapsack algorithm

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The backpack has the expected values after initialization 0s
untested Items can be added to the backpack and automatically change the value and cost the backpack contains 0s

The default item to be added to the backpack or basket

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The item has the expected values after initialization 0s

Maze generation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A random maze can be generated 0s
untested A random maze can be rendered 0s

AStar path finding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The correct path is found for diagonal movement 0s
untested The correct path is found for straight movement 0s
untested The correct path is found for diagonal movement [one obstacle] 0s
untested The correct path is found for diagonal movement [no obstacle] 0s

JumpPoint path finding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The correct path is found for diagonal movement 0s
untested The correct path is found for straight movement 0s
untested The correct path is found for diagonal movement [one obstacle] 0s
untested The correct path is found for diagonal movement [no obstacle] 0s

Grid for path finding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested By default a grid is empty 0s
untested A grid can be created from an array 0s
untested A node can be set and returned from the grid 0s
untested Out of bounds nodes cannot be returned 0s
untested All horizontal neighbors can be found correctly 0s
untested All vertical neighbors can be found correctly 0s
untested No straight neighbors are found if no straight neighbors exist 0s
untested All straight neighbors can be found correctly 0s
untested All neighbors except blocked diagonal neighbors can be found correctly 0s
untested All neighbors except blocked diagonal neighbors can be found correctly 0s
untested No diagonal neighbors are found if no neighbors exist 0s
untested All diagonal neighbors can be found correctly 0s
untested All neighbors can be found correctly 0s
untested All neighbors can be found correctly even if one obstacle exists 0s
untested No diagonal neighbors are found if they are blocked on two sides 0s
untested All neighbors can be found correctly if no obstacles exists 0s
untested No diagonal neighbors are found if one obstacle exists 0s
untested All neighbors can be found correctly if no obstacles exist 0s

Heuristic for path finding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The heuristics return the correct metric results 0s

Node on grid for path finding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The node has the expected values after initialization 0s
untested Nodes with equal coordinates are equal 0s
untested Nodes with different coordinates are not equal 0s
untested A parent node can be set and returned 0s

JumpPointNode on grid for path finding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The node has the expected values after initialization 0s
untested The node can be set closed and checked 0s
untested The node can be set opened and checked 0s
untested The node can be set tested and checked 0s
untested The g value cen be set and returned 0s
untested The h value cen be set and returned 0s
untested The f value cen be set and returned 0s

JumpPointNode on grid for path finding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The node has the expected values after initialization 0s
untested The node can be set closed and checked 0s
untested The node can be set opened and checked 0s
untested The g value cen be set and returned 0s
untested The h value cen be set and returned 0s
untested The f value cen be set and returned 0s

Path on grid

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The path has the expected values after initialization 0s
untested The diagonal euclidean path length is calculated correctly 0s
untested The straight euclidean path length is calculated correctly 0s
untested The path is correctly expanded in case only jump points are defined 0s

Bitonic sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Bubble sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Bucket sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s
untested If no buckets are specified the elements cannot be sorted and an empty result is returned 0s

CocktailShaker sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Comb sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Cycle sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Gnome sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Heap sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Insertion sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Intro sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Merge sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

OddEven sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Pancake sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Quick sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Selection sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Shell sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Stooge sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Tim sort

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list with one element returns the list with the element itself 0s
untested A list ot elements can be sorted in ASC order 0s
untested A list ot elements can be sorted in DESC order 0s

Asset manager to handle/access assets

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The manager has the expected member variables 0s
untested The manager has the expected default values after initialization 0s
untested An asset can be added to the manager 0s
untested An asset can be retrieved from the manager 0s
untested An asset can only be added once to the manager (no duplication unless overwritten) 0s
untested An asset can be replaced upon request 0s
untested An asset can be removed from the manager 0s

Asset manager to handle/access assets

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The default http session doesn't authenticate an account 0s

Depreciation calculations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The straight line depreciation and reverse value calculations are correct 0s
untested The arithmetic degressive depreciation and reverse value calculations are correct 0s
untested The arithmetic progressive depreciation and reverse value calculations are correct 0s
untested The geometric progressive depreciation and reverse value calculations are correct 0s
untested The geometric degressive depreciation and reverse value calculations are correct 0s

Finance formulas

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The annual percentage yield (APY) and reverse value calculations are correct 0s
untested The future value of annuity (FVA) and reverse value calculations are correct 0s
untested The future value of annuity continuous compounding (FVACC) and reverse value calculations are correct 0s
untested The annuity payment from the present value (PV) and reverse value calculations are correct 0s
untested The annuity payment from the future value (FV) and reverse value calculations are correct 0s
untested The annuity payment from the present value (PV) and reverse value calculations are correct 0s
untested The present value of the annuity is correct 0s
untested The present value annuity factor of the annuity is correct 0s
untested The due present value the annuity is correct 0s
untested The due future value the annuity is correct 0s
untested The relative market share calculations by shares and ales are correct 0s
untested The asset ratio calculations are correct 0s
untested Balance ratio calculations for DII, Receivables/Turnover, and more are correct 0s
untested Dept ratios for dept coverage, dept to equity and dept to income are correct 0s
untested Return on balance statement positions are correct (e.g. return on assets, on equity) 0s
untested Balance / P&L ratios are correct (e.g. inventory turnover, net profit margin) 0s
untested Various ratios are correct (e.g. interest coverage, quick ratio, rate of inflation) 0s
untested Compound calculations for interest, principal and periods are correct 0s
untested Continuous compound calculations for interest, principal and periods are correct 0s
untested Calculations for interest, principal and periods are correct 0s
untested The discounted payback period is correct 0s
untested Test the correct calculation of the growth rate in order to double and vice versa 0s
untested Test the correct calculation of the growth rate in order to double and vice versa with continuous compounding 0s
untested Calculations for equivalent annual annuity are correct 0s
untested The free cash flow to equity calculation is correct (how much cash is available after expenses and dept payments) 0s
untested The free cash flow to firm calculation is correct (how much cash is available after expenses) 0s
untested The future value calculation is correct 0s
untested The future value calculation including continuous compounding is correct 0s
untested The future value factor calculation is correct 0s
untested The calculation of the geometric mean of multiple return rates is correct 0s
untested The calculation of the future value of the growing annuity is correct 0s
untested The calculation of the payment based on the future value of the growing annuity is correct 0s
untested The calculation of the present value of the growing annuity is correct 0s
untested The calculation of the payment based on the present value of the growing annuity is correct 0s
untested The calculation of the present value of the growing perpetuity is correct 0s
untested The calculation of the net present value is correct 0s
untested No cash flows in the net present value calculation result in 0 0s
untested The calculation of the real rate of return is correct 0s
untested The calculation of the net working capital is correct 0s
untested The periods to reach a future value based on the present value is calculated correctly 0s
untested The calculation of the present value is correct 0s
untested The calculation of the present value using continuous compounding is correct 0s

Loan formulas

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The loan to deposit ratio is correct 0s
untested The loan to value ratio is correct 0s
untested The balloon loan payments are correct for a given balloon 0s
untested The balloon loan residual value (balloon) is correct for given payments 0s
untested The loan payments are correct for a given interest rate and period [continuous compounding] 0s
untested The residual value is correct for a given payment amount, interest rate and period [continuous compounding] 0s

Stock & bond related formulas

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The calculation the bond yield based on face value and price is correct 0s
untested The calculation of the return of the capital asset pricing model is correct 0s
untested The capital gains yield calculation is correct 0s
untested The diluted earnings per share calculation is correct 0s
untested The calculation of the absolute return for multiple holding periods is correct 0s
untested The tax equivalent yield is calculated correctly 0s
untested The net asset value is calculated correctly 0s
untested The calculation of the present value of a stock with constant growth rate is correct 0s
untested The total stock return including dividends and sales price is correct 0s
untested The calculation of the yield of a bond is correct 0s
untested The calculation of value of the zero coupon bond is correct 0s
untested The calculation of the yield of a zero coupon bond is correct 0s

Lorenz kurve

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The gini coefficient calculation is correct 0s

Article affinity/correlation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The highest affinities between articles purchased are calculated correctly 0s
untested The affinity of a new article is empty 0s

Customer value

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The simple customer life time value is correctly calculated 0s
untested The monthly recurring revenue (MRR) is correctly calculated 0s

General marketing metrics

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Test the correctness of the customer retention calculation 0s
untested The profit according to Berry can be correctly calculated 0s
untested The purchase probability of customers can be calculated based on historic information using the migration model 0s
untested The CLV can be calculated using the migration model 0s
untested The migration model can be used in order to determin which buying/none-buying customer group should receive a mailing 0s

Net promoter

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The net promoter has the expected default values after initialization 0s
untested The net promoter score, detractors, passives and promoters are correct 0s

Page rank algorithm

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Test the correctness of the page rank algorithm 0s
untested Test the correctness of the page rank algorithm with custom damping and starting values 0s

General programming metrics

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Test correctness of the ABC calculation 0s
untested Test correctness of CRAP score 0s

Market share calculations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The rank calculated with Zipf is correct 0s
untested The market share by rank calculated with Zipf is correct 0s

Helper for managing options

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The option helper has the expected attributes 0s
untested The option helper has the expected default values after initialization 0s
untested Options can be added to the helper 0s
untested Multiple options can be added to the helper in one go 0s
untested Multiple options can be retrieved 0s
untested Options can be overwritten/changed 0s

Pool for caches

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The pool has the expected default values after initialization 0s
untested New cache connections can be added to the pool 0s
untested Cache connections cannot be overwritten with a different cache connection 0s
untested Cache connections can be accessed with an identifier 0s
untested By default a null cache is returned if no cache connection exists for the identifier 0s
untested Cache connections can created by the pool and automatically get added but not overwritten 0s
untested Cache connections can be removed from the pool 0s
untested Removing a cache with an invalid identifier will result in no actions 0s

Factory for generating cache connections

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The file cache can be created 0s
untested The memcached cache can be created 0s
untested The redis cache can be created 0s
untested A invalid cache type results in an exception 0s

File cache connection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The file cache connection has the expected default values after initialization 0s
untested The connection to a dedicated cache directory can be established (none-existing directories get created) 0s
untested Different cache data (types) can be set and returned 0s
untested Cache data can bet added and returned 0s
untested Cache data cannot be added if it already exists 0s
untested Existing cache data can be replaced 0s
untested None-existing cache data cannot be replaced 0s
untested Cache data can be deleted 0s
untested The cache correctly handles general cache information 0s
untested The cache can be flushed 0s
untested Cache data can be set and returned with expiration limits 0s
untested Expired cache data can be forced to return 0s
untested Expired cache data cannot be returned 0s
untested Unexpired cache data cannot be delete if lower expiration is defined 0s
untested Expired cache data can be deleted if higher expiration is defined 0s
untested Unexpired data can be force deleted with lower expiration date 0s
untested Cache data can be flushed by expiration date 0s
untested A bad cache status will prevent all cache actions 0s
untested A invalid cache connection will throw an InvalidConnectionConfigException 0s
untested Adding a invalid data type will throw an InvalidArgumentException 0s
untested Setting a invaliddata type will throw an InvalidArgumentException 0s

Memcached connection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The memcached connection has the expected default values after initialization 0s
untested The connection to a cache can be established (none-existing directories get created) 0s
untested Different cache data (types) can be set and returned 0s
untested Cache data can bet added and returned 0s
untested Cache data cannot be added if it already exists 0s
untested Existing cache data can be replaced 0s
untested None-existing cache data cannot be replaced 0s
untested Cache data can be deleted 0s
untested The cache correctly handles general cache information 0s
untested The cache can be flushed 0s
untested Cache data can be set and returned with expiration limits 0s
untested Expired cache data can be forced to return 0s
untested Expired cache data cannot be returned 0s
untested Unexpired cache data cannot be delete if lower expiration is defined 0s
untested Expired cache data can be deleted if higher expiration is defined 0s
untested Unexpired data can be force deleted with lower expiration date 0s
untested Cache data can be flushed by expiration date 0s
untested A bad cache status will prevent all cache actions 0s
untested Adding a invalid data type will throw an InvalidArgumentException 0s
untested Setting a invalid data type will throw an InvalidArgumentException 0s
untested A invalid host throws a InvalidConnectionConfigException 0s
untested A invalid port throws a InvalidConnectionConfigException 0s

Redis cache connection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The redis cache connection has the expected default values after initialization 0s
untested The connection to a cache can be established (none-existing directories get created) 0s
untested Different cache data (types) can be set and returned 0s
untested Cache data can bet added and returned 0s
untested Cache data cannot be added if it already exists 0s
untested Existing cache data can be replaced 0s
untested None-existing cache data cannot be replaced 0s
untested Cache data can be deleted 0s
untested The cache correctly handles general cache information 0s
untested The cache can be flushed 0s
untested Cache data can be set and returned with expiration limits 0s
untested Expired cache data can be forced to return 0s
untested Expired cache data cannot be returned 0s
untested Unexpired cache data cannot be delete if lower expiration is defined 0s
untested Expired cache data can be deleted if higher expiration is defined 0s
untested Unexpired data can be force deleted with lower expiration date 0s
untested Cache data can be flushed by expiration date 0s
untested A bad cache status will prevent all cache actions 0s
untested Adding a invalid data type will throw an InvalidArgumentException 0s
untested Setting a invalid data type will throw an InvalidArgumentException 0s
untested A invalid host throws a InvalidConnectionConfigException 0s
untested A invalid port throws a InvalidConnectionConfigException 0s
untested A invalid database throws a InvalidConnectionConfigException 0s

Null cache connection if no cache is available

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The default cache has the expected default values after initialization 0s

CookieJar to handle http cookies

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The cookie jar has the expected default values and functionality after initialization 0s
untested Cookie values can be set and returned 0s
untested Cookie values can be forced to overwrite 0s
untested Cookie values cannot be overwritten 0s
untested Cookie values can be removed 0s
untested None-existing cookie values cannot be removed 0s
untested Values cannot be removed from a locked cookie and throws a LockException 0s
untested A locked cookie cannot be saved and throws a LockException 0s

Pool for database connections

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The pool has the expected default values after initialization 0s
untested A database connection can be created by the pool 0s
untested Database connections cannot be overwritten 0s
untested Existing database connections can be added to the pool 0s
untested Database connections can be removed from the pool 0s
untested Invalid database connections cannot be removed 0s
untested The first connection added to the pool is the default connection 0s

Datamapper for database models

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The datamapper has the expected default values after initialization 0s
untested The datamapper successfully creates a database entry of a model 0s
untested The datamapper successfully creates a database entry of array data 0s
untested The datamapper successfully returns a database entry as model 0s
untested The datamapper successfully returns a database entry as array 0s
untested The datamapper successfully updates a database entry from a model 0s
untested The datamapper successfully updates a database entry from an array 0s
untested The datamapper successfully deletes a database entry from a model 0s

Mapper for the database schema

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The tables can be returned 0s
untested The fields of a table can be returned 0s

Database connection factory

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The mysql connection can be successfully created 0s
untested The postgresql connection can be successfully created 0s
untested The sqlserver connection can be successfully created 0s
untested The sqlite connection can be successfully created 0s
untested A invalid database type throws a InvalidArgumentException 0s

Mysql connection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Valid mysql connection data result in a valid database connection 0s
untested A missing database type returns a failure 0s
untested A missing database host returns a failure 0s
untested A missing database port returns a failure 0s
untested A missing database returns a failure 0s
untested A missing database login returns a failure 0s
untested A missing database password returns a failure 0s
untested A invalid database type returns a failure 0s
untested A invalid database returns a failure 0s

Postgresql connection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Valid postgresql connection data result in a valid database connection 0s
untested A missing database type returns a failure 0s
untested A missing database host returns a failure 0s
untested A missing database port returns a failure 0s
untested A missing database returns a failure 0s
untested A missing database login returns a failure 0s
untested A missing database password returns a failure 0s
untested A invalid database returns a failure 0s

Postgresql connection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Valid sqlite connection data result in a valid database connection 0s
untested A missing database type returns a failure 0s
untested A missing database returns a failure 0s

Sqlserver connection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Valid sqlserver connection data result in a valid database connection 0s
untested A missing database type returns a failure 0s
untested A missing database host returns a failure 0s
untested A missing database port returns a failure 0s
untested A missing database returns a failure 0s
untested A missing database login returns a failure 0s
untested A missing database password returns a failure 0s
untested A invalid database type returns a failure 0s
untested A invalid database returns a failure 0s

Null connection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A null connection can be created as placeholder 0s

Query builder for sql queries

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Mysql selects form a valid query 0s
untested Mysql orders form a valid query 0s
untested Mysql offsets and limits form a valid query 0s
untested Mysql groupings form a valid query 0s
untested Mysql wheres form a valid query 0s
untested Mysql joins form a valid query 0s
untested Mysql inserts form a valid query 0s
untested Mysql deletes form a valid query 0s
untested Mysql updates form a valid query 0s
untested Raw queries get output as defined 0s
untested Read only queries allow selects 0s
untested Read only queries don't allow drops 0s
untested Read only queries don't allow deletes 0s
untested Read only queries don't allow creates 0s
untested Read only queries don't allow modifications 0s
untested Read only queries don't allow inserts 0s
untested Read only queries don't allow updates 0s
untested Read only queries don't allow deletes 0s
untested Invalid select types throw a InvalidArgumentException 0s
untested Invalid from types throw a InvalidArgumentException 0s
untested Invalid group types throw a InvalidArgumentException 0s
untested Invalid where operators throw a InvalidArgumentException 0s
untested Invalid join types throw a InvalidArgumentException 0s
untested Invalid join operators throw a InvalidArgumentException 0s
untested Invalid order types throw a InvalidArgumentException 0s
untested Invalid order column types throw a InvalidArgumentException 0s

Basic sql query grammar

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The grammar has the expected default values after initialization 0s

Mysql sql query grammar

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The grammar has the expected default values after initialization 0s

SQLite sql query grammar

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The grammar has the expected default values after initialization 0s

Query builder for sql schemas

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Mysql drops form a valid query 0s
untested Mysql show tables form a valid query 0s
untested Mysql show fields form a valid query 0s
untested Mysql create tables form a valid query 0s

Basic sql query grammar

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The grammar has the expected default values after initialization 0s

Mysql sql schema grammar

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The grammar has the expected default values after initialization 0s
untested The the grammar correctly creates and returns a database table 0s
untested The grammar correctly deletes a table 0s

SQLite sql schema grammar

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The grammar has the expected default values after initialization 0s

Session data handler for http sessions

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The session has the expected default values after initialization 0s
untested Session data can be set and returned 0s
untested Session data can be forced to overwrite 0s
untested Session data cannot be overwritten 0s
untested Session data can be removed 0s
untested None-existing session data cannot be removed 0s
untested A session id can be set and returned 0s
untested A session can be locked for changes 0s
untested Session data can be saved 0s
untested Locked sessions cannot be saved 0s
untested A locked session cannot add or change data 0s
untested A locked session cannot remove data 0s

Dispatcher for executing request endpoints

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The dispatcher can dispatch a function/closure 0s
untested The dispatcher can dispatch a method as string representation of a controller 0s
untested The dispatcher can dispatch a method as array representation of a controller 0s
untested The dispatcher can dispatch a static method as string representation 0s
untested The dispatcher can dispatch multiple destinations after another 0s
untested A invalid destination type throws UnexpectedValueException 0s
untested A invalid controller path throws a PathException 0s
untested A invalid function path throws a Exception 0s
untested A malformed dispatch path throws UnexpectedValueException 0s
untested The dispatcher has the expected attributes 0s
untested A route can be added and dispatched 0s
untested The dispatcher can pass additional data to the destination 0s

Event manager for managing and executing events

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The event manager has the expected default values after initialization 0s
untested New events can be added 0s
untested Multiple callbacks can be added to an event 0s
untested An event only gets executed if all conditions and sub conditions are met 0s
untested An event doesn't get executed if not all conditions and sub conditions are met 0s
untested None-existing events cannot be executed/triggered 0s
untested An event can be triggered with group and id regex matches 0s
untested An event can be triggered with a fixed group definition and id regex matches 0s
untested An event can be triggered with regex group matches and fixed id definition 0s
untested A invalid regex match will not triggered an event 0s
untested An event can be defined to reset after all conditions and subconditions are met. Then all conditions and sub conditions must be met again before it gets triggered again 0s
untested An event can be defined to not reset after all conditions and subconditions are met. Then an event can be triggered any time. 0s
untested An event can be manually removed/detached 0s
untested None-existing events cannot be manually removed/detached 0s
untested An event can be defined to automatically remove itself after all conditions and subconditions are met and it is executed 0s
untested Events can be imported from a file 0s
untested Invalid event files cannot be imported and return a failure 0s
untested The event manager has the expected member variables 0s
untested Events can be cleared 0s
untested An event can be defined to not reset after all conditions and subconditions are met. Then an event can be triggered any time. 0s

Localization manager for view templates

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The localization manager has the expected default values after initialization 0s
untested Language data can be loaded and output as plain text or html 0s
untested Language data can be loaded from a file 0s
untested The numeric value can be printed based on the localization 0s
untested The percentage value can be printed based on the localization 0s
untested The currency value can be printed based on the localization 0s
untested The datetime value can be printed based on the localization 0s
untested Loading language for an invalid module throws Exception 0s
untested he localization manager has the expected member variables 0s
untested An invalid localization source returns an error string 0s
untested Language data can be loaded from a file 0s
untested Multiple languages can be loaded from a file 0s

Localization for information such as language, currency, location, language specific formatting etc.

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The localization has the expected default values after initialization 0s
untested The language can be set and returned 0s
untested Setting a invalid language code throws InvalidEnumValue 0s
untested The country can be set and returned 0s
untested Setting a invalid country code throws InvalidEnumValue 0s
untested The timezone can be set and returned 0s
untested Setting a invalid timezone code throws InvalidEnumValue 0s
untested The currency can be set and returned 0s
untested Setting a invalid currency code throws InvalidEnumValue 0s
untested The datetime can be set and returned 0s
untested The decimal can be set and returned 0s
untested The thousands can be set and returned 0s
untested The angle can be set and returned 0s
untested Setting a invalid angle throws InvalidEnumValue 0s
untested The temperature can be set and returned 0s
untested Setting a invalid temperature throws InvalidEnumValue 0s
untested The weight can be set and returned 0s
untested The precision can be set and returned 0s
untested The length can be set and returned 0s
untested The area can be set and returned 0s
untested The volume can be set and returned 0s
untested The speed can be set and returned 0s
untested Localization data can be loaded from a locale file 0s
untested Localization data can be loaded from a locale file 0s
untested Localization data can be serialized and unserialized 0s
untested If no locale file for a specified country exists or a wild card country is used the first match of a locale file based on the defined language is loaded 0s
untested By default the english locale file will be loaded if no other locale file can be found 0s
untested Loading localization data from a file with invalid language throws InvalidEnumValue 0s
untested The localization has the expected member variables 0s
untested The currency format can be set and returned 0s

City database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be read from the database 0s

City database model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected and default values 0s

Country database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be read from the database 0s

Country database model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected and default values 0s

Currency database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be read from the database 0s

Currency database model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected and default values 0s

Iban database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be read from the database 0s

Iban database model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected and default values 0s

Language database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be read from the database 0s

Language database model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected and default values 0s

Money datatype for internal representation of money

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The datatype has the expected member variables and default values 0s
untested The datatype returns the correct default string representation (#,###.##) 0s
untested The datatype returns up to 4 decimal places if requested (#,###.####) 0s
untested The datatype returns the correct integer representation of a string with up to 4 decimal places also considering differences in decimal and thousands characters if requested for different localizations 0s
untested The datatype allows to modify the value by overwriting it with new string characters or integers correctly 0s
untested The datatype can print out money with different thousands, decimals and currency symbols as per definition by the user 0s
untested The string character input is correctly serialized to the numeric representation 0s
untested The string character input is correctly unserialized from a numeric representation 0s
untested The datatype correctly adds and subtracts the different money representations in string, numeric or Money type 0s
untested The datatype correctly multiplies and divides the money with numerics 0s
untested The datatype correctly handles the absolute value 0s
untested The datatype correctly handles the power operator 0s

File logger for saving log information in a local file

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The logger has the expected default values after initialization 0s
untested The file logger can automatically create a new instance if none exists 0s
untested A log file for the output can be specified for the file logger 0s
untested If no log file name is specified a log file per date is created 0s
untested If no logs are performed no log file will be created 0s
untested Logs with different levels get correctly stored in the log file 0s
untested Log files can be analyzed for the highest perpetrator (IP address) 0s
untested Logs can be read from the log file 0s
untested Invalid log reads return empty log data 0s
untested A line can be read from a log file 0s
untested None-existing lines return on read empty log data 0s
untested A verbose file logger automatically outputs log data 0s
untested A verbose console log outputs log data 0s
untested The logger can perform timings for internal duration logging 0s
untested A invalid log type throws a InvalidEnumValue 0s
untested The logger has the expected member variables 0s

Fibonacci functions

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A number can be checked if it is a fibonacci number 0s
untested A fibonacci number can be returned by index 0s
untested The binet formula returns fibonacci numbers 0s
untested The binet formula and the fibonacci formula return the same results 0s

Various math functions

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The factorial of a number can be calculated 0s
untested The binomial coefficient can be calculated 0s
untested The ackerman function can be calculated 0s
untested The multiplicative inverse module can be calculated 0s
untested A number can be checked if it is odd 0s
untested A number can be checked if it is even 0s
untested The relative number can be calculated on a circular number system (e.g. month in a diverging business year) 0s
untested The error function can be correctly approximated 0s
untested The complementary error function can be correctly approximated 0s
untested The generalized hypergeometric function can be correctly calculated 0s

Gamma function

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The gamma function can be approximated 0s
untested The gamma function can be calculated for integers 0s
untested The gamma function can be approximated with the spouge formula 0s
untested The gamma function can be approximated with the stirling formula 0s
untested The gamma function can be approximated with the lanzos formula 0s
untested The log gamma function can be approximated 0s
untested The first incomplete gamma function can be approximated 0s
untested The second incomplete gamma function can be approximated 0s
untested The regularized incomplete gamma function can be approximated 0s

Beta function

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The beta function can be approximated 0s
untested The log beta function can be approximated 0s
untested The incomplete beta function can be approximated 0s
untested The regularized beta function can be approximated 0s

Monotone chain

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A convex hull can be formed from multiple points on a plane 0s

Circle shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The surface can be calculated 0s
untested The perimeter can be calculated 0s
untested The radius can be calculated with the surface 0s
untested The radius can be calculated with the perimeter 0s

Ellipse shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The surface can be calculated 0s
untested The perimeter can be calculated 0s

Polygon shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The location of a point can be checked relative to a polygon 0s
untested The interior angle can be calculated 0s
untested The exterior angle can be calculated 0s
untested The perimeter can be calculated 0s
untested The area can be calculated 0s
untested The barycenter can be calculated 0s
untested The regular area can be calculated with the side length 0s
untested The regular area can be calculated with the radius 0s

Quadrilateral shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The area can be calculated 0s

Rectangle shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The surface can be calculated 0s
untested The perimeter can be calculated 0s
untested The diagonal can be calculated 0s

Trapezoid shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The surface can be calculated 0s
untested The perimeter can be calculated 0s
untested The height can be calculated 0s
untested The side lengths can be calculated 0s

Triangle shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The surface can be calculated 0s
untested The perimeter can be calculated 0s
untested The height can be calculated 0s
untested The hypotenuse can be calculated 0s

Cone shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The volume can be calculated 0s
untested The surface can be calculated 0s
untested The slant height can be calculated 0s
untested The height can be calculated with the volume 0s

Cuboid shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The volume can be calculated 0s
untested The surface can be calculated 0s

Cylinder shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The volume can be calculated 0s
untested The surface can be calculated 0s
untested The lateral surface can be calculated 0s

Prism shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The volume can be calculated with the length 0s
untested The volume can be calculated with the radius 0s
untested The surface can be calculated 0s

Rectangular pyramid shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The volume can be calculated 0s
untested The surface can be calculated 0s
untested The lateral surface can be calculated 0s

Sphere shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The volume can be calculated 0s
untested The surface can be calculated 0s
untested The distance on a sphere can be calculated 0s
untested The sphere can be created by its radius 0s
untested The sphere can be created by its volume 0s
untested The sphere can be created by its surface 0s

Tetrahedron shape

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The volume can be calculated 0s
untested The surface can be calculated 0s
untested The face area can be calculated 0s

Matrix operations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A matrix can return its dimension 0s
untested A matrix can be right-hand multiplied with a matrix 0s
untested A matrix can be right-hand multiplied with a scalar 0s
untested A scalar can be added to every matrix element 0s
untested A scalar can be subtracted from every matrix element 0s
untested Two matrices can be added to each other 0s
untested Two matrices can be subtracted from each other 0s
untested The determinant of a matrix can be calculated 0s
untested A symmetric matrix can be validated for symmetry 0s
untested A none-symmetric matrix cannot be validated for symmetry 0s
untested A matrix can be transposed 0s
untested A matrix equation Ax = b can be solved for x 0s
untested The rank of a matrix can be calculated 0s
untested The upper triangular matrix can be calculated 0s
untested The matrix elements can be set and returned 0s
untested A matrix can be accessed like a 1-dimensional array 0s
untested Sub matrices can be extracted from a matrix 0s
untested Setting a matrix element outside of the dimensions throws a InvalidDimensionException 0s
untested Returning a matrix element outside of the dimensions throws a InvalidDimensionException 0s
untested Subtracting a invalid data type from a matrix throws a InvalidArgumentException 0s
untested Adding a invalid data type to a matrix throws a InvalidArgumentException 0s
untested Multiplying a invalid data type with a matrix throws a InvalidArgumentException 0s
untested Adding a matrix with a different dimension to a matrix throws a InvalidDimensionException 0s
untested Subtracting a matrix from a different dimension to a matrix throws a InvalidDimensionException 0s
untested SMultiplying a matrix with a different n x m dimension to a matrix throws a InvalidDimensionException 0s

Matrix operations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The identity matrix is the identity 0s

Vector operations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The vector has the expected default values after initialization 0s
untested The vector values can be set and returned 0s
untested A invalid vector throws a InvalidDimensionException 0s

Cholesky decomposition

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The decomposition can be created and the original matrix can be computed 0s
untested The decomposition matrix has the expected values 0s
untested A matrix can be checked for symmetric positivity 0s
untested The equation Ax = b can be solved 0s
untested A invalid vector throws a InvalidDimensionException 0s

Eigenvalue decomposition

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A matrix can be checked for symmetry 0s
untested The eigenvalues can be calculated for a symmetric matrix 0s
untested The V matrix of the decomposition can be calculated for a symmetric matrix 0s
untested The D matrix of the decomposition can be calculated for a symmetric matrix 0s
untested The eigenvalues can be calculated for a none-symmetric matrix 0s
untested The V matrix of the decomposition can be calculated for a none-symmetric matrix 0s
untested The D matrix of the decomposition can be calculated for a none-symmetric matrix 0s
untested The decomposition can be created and the original matrix can be computed for a symmetric matrix 0s
untested The decomposition can be created and the original matrix can be computed for a none-symmetric matrix 0s

LU decomposition

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The L matrix of the decomposition can be calculated 0s
untested The U matrix of the decomposition can be calculated 0s
untested The matrix can be checked for singularity 0s
untested The equation Ax = b can be solved for a none-singular matrix 0s
untested The equation Ax = b can be solved for a singular matrix 0s
untested The pivots of the decomposition can be calculated 0s
untested The decomposition can be created and the original matrix can be computed 0s
untested The determinat can be calculated 0s
untested A invalid vector throws a InvalidDimensionException 0s

QR decomposition

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A matrix can be checked if it has a full rank 0s
untested The Q matrix of the decomposition can be calculated 0s
untested The R matrix of the decomposition can be calculated 0s
untested The decomposition can be created and the original matrix can be computed 0s
untested The equation Ax = b can be solved 0s

Complex number operations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The complex number has the expected default values after initialization 0s
untested The real and imaginary part can be set during initialization and returned 0s
untested A complex number can be added to a complex number 0s
untested A real number can be added to a complex number 0s
untested A complex number can be subtracted from a complex number 0s
untested A real number can be subtracted from a complex number 0s
untested A complex number can be multiplied with a complex number 0s
untested A real number can be multiplied with a complex number 0s
untested A complex number can be divided by a complex number number 0s
untested A complex number can be divided by a real number 0s
untested A complex number can be conjugated 0s
untested The reciprocal of a complex number can be calculated 0s
untested A complex number can be squared 0s
untested The real power of a complex number can be calculated 0s
untested The absolute value of a complex number can be calculated 0s
untested The square root of a complex number can be calculated 0s
untested A invalid type addition throws a InvalidArgumentException 0s
untested A invalid type subtraction throws a InvalidArgumentException 0s
untested A invalid type cannot multiplication throws a InvalidArgumentException 0s
untested A invalid type division throws a InvalidArgumentException 0s
untested The power of a invalid type throws a InvalidArgumentException 0s

Integer operations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A value can be checked to be an integer 0s
untested An integer can be factorized 0s
untested The Pollard's Roh algorithm calculates a factor of an integer 0s
untested The Fermat factorization calculates a factor of an integer 0s
untested A even number for the fermat factorization throws a InvalidArgumentException 0s
untested The greatest common divisor can be calculated 0s

Natural number operations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A number can be checked to be natural 0s

General number utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A number can be checked to be perfect 0s
untested A number can be checked to be self-describing 0s
untested A number can be checked to be squared 0s
untested The amount of trailing zeros can be counted 0s

Prime number utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A number can be checked to be a prime number 0s
untested A prime number can be generated with the sieve of erathosthenes 0s
untested A number can be checked to be prime with the rabin test 0s
untested Mersenne numbers can be calculated 0s
untested A number can be checked to be a mersenne number 0s

Metric/distance calculations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The manhattan distance can be calculated 0s
untested The euclidean distance can be calculated 0s
untested The chebyshev distance can be calculated 0s
untested The octile distance can be calculated 0s
untested The minkowski distance can be calculated 0s
untested The canberra distance can be calculated 0s
untested The bray-curtis distance can be calculated 0s
untested The angular distance can be calculated 0s
untested The hamming distance can be calculated 0s
untested The ulam distance can be calculated 0s
untested Different dimension sizes for the coordinates in the hamming metric throw a InvalidDimensionException 0s
untested Different dimension sizes for the coordinates in the ulam metric throw a InvalidDimensionException 0s

Metric/distance calculations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The manhattan distance can be calculated 0s
untested The euclidean distance can be calculated 0s
untested The chebyshev distance can be calculated 0s
untested The minkowski distance can be calculated 0s
untested The canberra distance can be calculated 0s
untested The bray-curtis distance can be calculated 0s
untested The angular distance can be calculated 0s
untested The hamming distance can be calculated 0s
untested Different dimension sizes for the coordinates in the manhattan metric throw a InvalidDimensionException 0s
untested Different dimension sizes for the coordinates in the euclidean metric throw a InvalidDimensionException 0s
untested Different dimension sizes for the coordinates in the chebyshev metric throw a InvalidDimensionException 0s
untested Different dimension sizes for the coordinates in the minkowski metric throw a InvalidDimensionException 0s
untested Different dimension sizes for the coordinates in the canberra metric throw a InvalidDimensionException 0s
untested Different dimension sizes for the coordinates in the Bray Curtis metric throw a InvalidDimensionException 0s
untested Different dimension sizes for the coordinates in the angular separation metric throw a InvalidDimensionException 0s
untested Different dimension sizes for the coordinates in the hamming metric throw a InvalidDimensionException 0s

Cubic spline interpolation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The spline interpolation using the first derivative is correct 0s
untested The spline interpolation using the second derivative is correct 0s
untested The spline interpolation for out of bounds values uses linear extrapolation 0s

Lagrange interpolation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The lagrange interpolation is correct 0s

Linear interpolation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The linear interpolation is correct 0s

Numeric integration

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Integration by summing up rectangle areas from the left side 0s
untested Integration by summing up rectangle areas from the right side 0s
untested Integration by summing up rectangle areas from the middle 0s
untested Integration by summing up trapezoid areas 0s
untested Integration by using the simpson formula 0s

Evaluator for simple math formulas

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Basic formulas using +, -, *, /, () and ^ can be evaluated 0s
untested Badly formed formulas return null as result 0s

Level level regression

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The regression parameters are calculated correctly 0s
untested The slope is calculated correctly 0s
untested The elasticity is calculated correctly 0s
untested The standard error of the population is calculated correctly 0s
untested The standard error of the sample is calculated correctly 0s
untested The prediction interval is calculated correctly 0s
untested Different dimension sizes for x and y coordinates throw a InvalidDimensionException 0s

Level log regression

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The regression parameters are calculated correctly 0s
untested The slope is calculated correctly 0s
untested The elasticity is calculated correctly 0s
untested Different dimension sizes for x and y coordinates throw a InvalidDimensionException 0s

Log level regression

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The regression parameters are calculated correctly 0s
untested The slope is calculated correctly 0s
untested The elasticity is calculated correctly 0s
untested Different dimension sizes for x and y coordinates throw a InvalidDimensionException 0s

Log log regression

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The regression parameters are calculated correctly 0s
untested The slope is calculated correctly 0s
untested The elasticity is calculated correctly 0s
untested Different dimension sizes for x and y coordinates throw a InvalidDimensionException 0s

Polynomial regression

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The regression parameters are calculated correctly 0s
untested Different dimension sizes for x and y coordinates throw a InvalidDimensionException 0s

Naive bayes classifier for numeric values and strings/attributes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The classification of strings/attributes is correct 0s
untested The classification of numeric values is correct 0s

Averages

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The average change of a dataset is correctly calculated 0s
untested The average mean of angles is calculated correctly 0s
untested The arithmetic mean is calculated correctly 0s
untested The weighted average is calculated correctly 0s
untested The geometic mean is calculated correctly 0s
untested The harmonic mean is calculated correctly 0s
untested The moving average is calculated correctly 0s
untested The weighted moving average is calculated correctly 0s
untested Different weight and dataset dimensions throw a InvalidDimensionException 0s
untested An empty dataset for the arithmetic mean throws a ZeroDivisionException 0s
untested An empty dataset for the moving average throws a Exception 0s
untested An empty dataset for the harmonic mean throws a ZeroDivisionException 0s
untested An empty dataset for the geometric mean throws a ZeroDivisionException 0s
untested A dataset with a 0 element throws a ZeroDivisionException 0s
untested The mode is correctly calculated 0s
untested The median is correctly calculated 0s

Correlations

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The correlation coefficient (Bravis Person) is calculated correctly 0s
untested The correlation coefficient (Bravis Person) is calculated correctly on a Sample 0s
untested The autocorrelation coefficient is calculated correctly 0s
untested The portmanteau test (Box Pierce) is correct 0s
untested The portmanteau test (Ljung Box) is correct 0s

Measure of dispersion

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The correlation coefficient (Bravis Person) is calculated correctly 0s
untested The standard deviation is correctly calculated 0s
untested The empirical covariance is correctly calculated 0s
untested The empirical covariance on a sample is correctly calculated 0s
untested The sample variance is correctly calculated 0s
untested The population/empirical variance is correctly calculated 0s
untested The mean deviations are correctly calculated 0s
untested The mean deviations for every dataset element is correctly calculated 0s
untested The empirical variation coefficient is correctly calculated 0s
untested The interquartile range is correctly calculated 0s
untested The empirical variation coefficient with a mean of 0 throws a ZeroDivisionException 0s
untested An empty dataset in the empirical covariance throws a ZeroDivisionException 0s
untested Different dataset sizes in the empirical covariance throw a InvalidDimensionException 0s
untested An empty dataset in the sample variance throws a ZeroDivisionException 0s
untested An empty dataset in the empirical/population variance throws a ZeroDivisionException 0s

Abstract header for requests/responses

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The the status code can be set and returned 0s

Header for http requests/responses

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The header has the expected default values after initialization 0s
untested Security policy headers get correctly identified 0s
untested Header data can be set, checked for existence and returned 0s
untested Header data can be forced to get overwritten 0s
untested By default header data doesn't get overwritten 0s
untested Header data can be removed 0s
untested None-existing header data cannot be removed 0s
untested Account data can be set and returned 0s
untested Data can be defined as downloadable 0s
untested A header can be locked 0s
untested A locked header cannot add new data 0s
untested A locked header cannot remove data 0s
untested The header can generate default http headers based on status codes 0s
untested Security header data cannot be changed once defined 0s

Request wrapper for http requests

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The request has the expected default values after initialization 0s
untested The OS can be set and returned 0s
untested The browser can be set and returned 0s
untested The request method can be set and returned 0s
untested The route verb gets correctly inferred from the request method 0s
untested The request is correctly constructed 0s
untested The url hashes for the different paths get correctly generated 0s
untested Request data can be set and returned 0s
untested Request data can be forcefully overwritten 0s
untested Request data is not overwritten by default 0s
untested The uri can be changed and returned 0s
untested Json data can be read from the request 0s
untested None-existing json data reads return empty data 0s
untested Invalid json data returns empty data 0s
untested List data can be read from the request 0s
untested None-existing list data reads return empty data 0s
untested Request data can be read with pattern matching 0s
untested In case of no pattern matches empty data is returned 0s
untested A request with a path can be correctly casted to a string 0s
untested A request with a path and manually added data can be correctly casted to a string 0s
untested A request with a path, query parameters and manually added data can be correctly casted to a string 0s
untested A rest request can be made from a request and the result can be read 0s
untested A request can be made with post data 0s
untested A request can be made with json data 0s
untested A request can be made with multipart data 0s
untested If no locale can be identified en_US is returned 0s
untested A none-mobile request is recognized as none-mobile 0s
untested If the OS type is unknown a unknwon OS type is returned 0s
untested If the browser type is unknown a unknwon browser type is returned 0s
untested A invalid https port throws a OutOfRangeException 0s
untested A Invalid route verb throws a Exception 0s

Response wrapper for http responses

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The response has the expected default values after initialization 0s
untested The response can be json serialized 0s
untested Data can be set and returned for the response 0s

Response wrapper for http responses

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The response has the expected default values after initialization 0s
untested Response data can be set and returned 0s
untested Response data can be removed 0s
untested None-existing response data cannot be removed 0s
untested Response data can be turned into an array 0s
untested A response with json as content-type is automatically rendered as json data 0s
untested Json data can be decoded from the response data 0s
untested A html response can be forced to minimize the content by removing newlines and whitespaces 0s
untested None-html responses cannot be forced to minimize the content by removing newlines and whitespaces 0s
untested Invalid response data results in an empty array 0s
untested Invalid response data results in an empty render 0s

Rest request wrapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A get request successfully returns the expected result 0s
untested A post request with data successfully returns the expected result 0s
untested A put request with data successfully returns the expected result 0s
untested A delete request with data successfully returns the expected result 0s
untested A get request with data successfully returns the expected result 0s

Form element generator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A text input element can be generated 0s
untested A text input element can be generated with a custom value 0s
untested A datetime input element can be generated with custom formatting 0s
untested A checkbox element can be generated 0s
untested A checkbox element can be generated with a localized label element 0s
untested A radio element can be generated 0s
untested A radio element can be generated with a localized label element 0s
untested A label element can be generated 0s
untested A localized label element can be generated 0s
untested A textarea element can be generated 0s
untested A textarea element can be generated with a custom value 0s
untested A select element can be generated 0s
untested A localized select element can be generated 0s
untested A missing or invalid element type generates a INVALID output 0s

Html head

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The head has the expected default values after initialization 0s
untested The title can be set and returned 0s
untested The style can be set and returned 0s
untested The script can be set and returned 0s
untested The language can be set and returned 0s
untested The assets can be set and rendered 0s
untested The assets can be set and rendered at the end of the document 0s
untested The assets can be set and rendered with attributes 0s
untested The assets can be set and rendered at the end of the document with attributes 0s

Html meta data

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The meta data has the expected default values after initialization 0s
untested A keyword can be added and returned 0s
untested The author can be set and returned 0s
untested The charset can be set and returned 0s
untested The description can be set and returned 0s
untested A property can be set and returned 0s
untested A itemprop can be set and returned 0s
untested A name can be set and returned 0s
untested The meta data can be rendered 0s

Module info file manager

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A info file can be correctly loaded 0s
untested A info file can be modified 0s
untested A invalid info file path load throws a PathException 0s
untested A invalid info file path update throws a PathException 0s
untested A invalid change data throws a InvalidArgumentException 0s

Manager for the module system

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The module manager has the expected attributes 0s
untested Invalid module initializations returns a null module 0s
untested Unknown modules return a null module 0s
untested Unknown modules cannot get activated, deactivated 0s
untested A module can be installed and its status can be changed 0s
untested A module can be re-initialized 0s
untested A module is automatically loaded for its URIs 0s
untested Active modules can be returned 0s
untested Modules can be checked to be active 0s
untested Modules can be checked to be running 0s
untested All available modules can be returned 0s
untested Installed modules can be returned 0s
untested The valid module can be returned 0s
untested A module can be uninstalled 0s
untested A none-existing module cannot be re-initialized 0s
untested Getting language files for an invalid module returns an empty array 0s
untested A module can be checked if it is installed 0s
untested Installing an already installed module doesn't perform anything 0s
untested A empty or invalid module path returns an empty array on module getter functions. 0s
untested A invalid module name cannot be installed 0s
untested A invalid module name cannot be uninstalled 0s

Abstract module

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The constant values of the abstract module are overwritten by the extension 0s
untested The name of the module can be returned 0s
untested The dependencies of the module can be returned 0s
untested The providing of the module can be returned 0s
untested A invalid language or theme returns in an empty localization/language dataset 0s
untested The module can automatically generate a json response based on provided data for the frontend 0s
untested The module can automatically generate a json response based on provided data 0s
untested A model can be created 0s
untested Multiple models can be generated 0s
untested A model can be updated 0s
untested A model can be deleted 0s
untested A model relation can be created 0s
untested A module can receive information and functionality from another module 0s
untested A module can load its own localization/language dataset 0s
untested The model CRUD functions can be called with a closure 0s

Basic module functionality

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A invalid module method call will create an error log 0s
untested The null module is an instance of the module abstract 0s

Manager for install/update packages

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A package can be installed 0s
untested A package which didn't get extracted cannot be loaded and throws a PathException 0s
untested A invalid package cannot be installed and throws a Exception 0s
untested A invalid package key doesn't validate the package 0s
untested A invalid package content doesn't validate the package 0s
untested The temporarily extracted package can be cleaned up 0s

Router for web requests

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The route result for an empty request is empty 0s
untested A none-existing routing file cannot be imported 0s
untested A existing routing file can be imported 0s
untested A matching route returns the destinations 0s
untested Invalid routing verbs don't match even if the route matches 0s
untested Routes can be added dynamically 0s
untested Routes which require a CSRF token can only match with a CSRF token 0s
untested Routes which require a CSRF token don't match without a CSRF token 0s
untested Routes only match if the permissions match 0s
untested Routes don't match if the permissions don't match 0s
untested A data validation pattern validates matches correctly 0s
untested A data validation pattern invalidates missmatches 0s
untested A uri can be used for data population 0s
untested The routes can be removed from the router 0s

Router for socket requests

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The route result for an empty request is empty 0s
untested A none-existing routing file cannot be imported 0s
untested A existing routing file can be imported 0s
untested A matching route returns the destinations 0s
untested Routes can be added dynamically 0s
untested Routes only match if the permissions match 0s
untested Routes don't match if the permissions don't match 0s
untested The routes can be removed from the router 0s
untested A data validation pattern validates matches correctly 0s
untested A data validation pattern invalidates missmatches 0s
untested A uri can be used for data population 0s

Basic php source code security inspection

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A file with unicode characters gets correctly identified 0s
untested A file with no unicode characters gets correctly identified 0s
untested A file with no disabled functions gets correctly identified 0s
untested A file with deprecated functions gets correctly identified 0s
untested A file with no deprecated functions gets correctly identified 0s
untested A file hash comparison is successful if the file generates the same hash 0s
untested A file hash comparison is unsuccessful if the file generates a different hash 0s
untested Two equal strings validate as the same 0s
untested Two different strings don't validate as the same 0s

Address type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The address has the expected attributes 0s
untested The address has the expected default values after initialization 0s
untested The fao can be set and returned 0s
untested The recipient can be set and returned 0s
untested The location can be set and returned 0s
untested The address can be turned into array data 0s
untested The address can be json serialized 0s

Enum array type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A valid enum name returns the enum value 0s
untested A valid enum name can be validated 0s
untested A invalid enum name doesn't validate 0s
untested All enum name/value pairs can be returned 0s
untested A valid enum value can be checked for existence 0s
untested A invalid enum value doesn't validate 0s
untested The amount of enum values can be returned 0s
untested A random enum value can be returned 0s
untested A invalid enum name throws a OutOfBoundsException 0s

Enum type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A valid enum name returns the enum value 0s
untested A valid enum value returns the enum name 0s
untested A valid enum name can be validated 0s
untested A invalid enum name doesn't validate 0s
untested All enum name/value pairs can be returned 0s
untested A valid enum value can be checked for existence 0s
untested A invalid enum value doesn't validate 0s
untested The amount of enum values can be returned 0s
untested A random enum value can be returned 0s
untested Binary flags validate if they are set 0s
untested Binary flags don't validate if they are not set 0s
untested A invalid enum name throws a OutOfBoundsException 0s

Heap

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A list of elements can be turned into a heap 0s
untested Elements get correctly pushed to the heap 0s
untested A element can be added to a heap at the correct position 0s
untested Heap elements get returned in the correct order 0s
untested Heap elements get returned in the correct order by using a custom comparator 0s
untested The heap can be turned into an array 0s
untested Heap elements can be replaced 0s
untested A heap element can be returned while adding a new one 0s
untested The heap can be checked if it contains certain elements 0s
untested The heap can be checked if it contains certain custom elements 0s
untested A heap item can be updated if it exists while maintaining the correct order 0s
untested The first heap element can be returned without removing it 0s
untested The n smallest elements can be returned from the heap 0s
untested The n largest elements can be returned from the heap 0s
untested The heap can be cleared of all elements 0s
untested The heap can be checked if it has elements 0s

Iban type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A iban can be correctly parsed into its different components 0s
untested A iban can be serialized and unserialized 0s
untested A invalid iban country code throws a InvalidArgumentException 0s
untested A invalid iban length throws a InvalidArgumentException 0s
untested A invalid iban checksum throws a InvalidArgumentException 0s

Location type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The location has the expected attributes 0s
untested The location has the expected default values after initialization 0s
untested The postal can be set and returned 0s
untested The type can be set and returned 0s
untested The city can be set and returned 0s
untested The country can be set and returned 0s
untested The address can be set and returned 0s
untested The state can be set and returned 0s
untested The geo location can be set and returned 0s
untested The location can be turned into an array 0s
untested The location can be json serialized 0s

DateTime type with additional functionality

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The smart datetime extends the datetime 0s
untested The smart datetime can be formatted like the datetime 0s
untested The smart datetime can be modified an creates a new smart datetime 0s
untested The days of the month can be returned 0s
untested The week day index of the first day of the month can be returned 0s
untested A smart datetime can be created from a datetime 0s
untested A smart datetime can be returned of the last day of the month 0s
untested A smart datetime can be returned of the fist day of the month 0s
untested A smart datetime can be returned of the fist day of the week 0s
untested A smart datetime can be returned of the last day of the week 0s
untested A smart datetime can be returned of the end of the day 0s
untested A smart datetime can be returned of the start of the day 0s
untested A date or year can be checked if it is a leap year 0s
untested The day of the week index can be returned from a date 0s
untested A invalid day of the week returns a negative week index 0s
untested A calendar sheet is returned containing all days of the month and some days of the previous and next month 0s

Graph implementation

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The graph has the expected default values after initialization 0s
untested A graph can ge set as directed 0s
untested A node can be add to a graph and returned 0s
untested The existence of a node in a graph can be checked 0s
untested A graph can be checked for bridges 0s
untested Multiple bridges are correctly identified in a graph 0s
untested A graph without bridges is correctly classified 0s
untested Edges can be add and returned from a graph 0s
untested An edge can be found by two edge ids 0s
untested The existence of cycles in undirected graphs can be checked 0s
untested The existence of cycles in directed graphs can be checked 0s
untested The cost of a graph can be calculated 0s
untested The Kruskal minimal spanning tree can be created 0s

Node in a graph

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The node has the expected default values after initialization 0s
untested The node data can be set and returned 0s
untested Two equal nodes are equal 0s
untested Two different nodes are not equal 0s
untested An edge for a node can be defined 0s
untested An edge for a node can be defined by key 0s
untested A node relationship can be defined 0s
untested All neighbors of a node can be returned 0s

Edge between nodes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The edge has the expected default values after initialization 0s
untested An edge can be directed 0s
untested An edge weight can be set and returned 0s
untested Two edge weights can be compared 0s

Map which associates multiple keys with the same value

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The map has the expected default values and functionality after initialization 0s
untested Elements with multiple optional keys can be added 0s
untested Elements with multiple optional keys can be returned if any of the keys matches 0s
untested Elements can be forcefully overwritten 0s
untested By default elements are not overwritten 0s
untested If a element with partially matching keys is already in the map it will be only added for the new key 0s
untested If all keys exist in the map no new element will be created 0s
untested Values can be set/replaced by key 0s
untested Values cannot be set/replaced if the key doesn't exist 0s
untested A key cannot be remapped to a none-existing key 0s
untested A key can be remapped to the value of an existing key 0s
untested If no more keys are associated with a value after a remap the value is removed from the map 0s
untested All keys of the map can be returned 0s
untested All values of the map can be returned 0s
untested Sibling keys can be found 0s
untested If a key doesn't exist or has no siblings no siblings are returned 0s
untested A key for a value can be removed 0s
untested If the last key of a value is removed the value is also removed from the map 0s
untested If a key doesn't exist it cannot be removed 0s
untested Elements with multiple required keys can be added 0s
untested Elements with multiple required keys can be returned if all match 0s
untested Elements with multiple required keys cannot be returned if they don't match exactly 0s
untested Elements with multiple required and ordered keys can be added 0s
untested Elements with multiple required ordered keys can be if all match in the correct order 0s
untested Elements with multiple required keys cannot be returned if they don't match exactly in the correct order 0s
untested Elements with multiple required keys can be forcefully overwritten 0s
untested Elements with multiple required ordered keys can be forcefully overwritten 0s
untested An element cannot be added to for multiple required keys if the keys already exist in a different order 0s
untested If a element with partially matching multiple keys is already in the map it will be only added for the new key 0s
untested Adding differently ordered keys for multiple required keys will create a new entry in the map 0s
untested If all keys for multiple required keys exist in the map no new element will be created 0s
untested If all keys for multiple required ordered keys exist in the map no new element will be created 0s
untested Values can be set/replaced by multiple required keys 0s
untested Values cannot be set/replaced if the multiple required keys don't match or exist 0s
untested Values can be set/replaced by multiple required ordered keys if the order is correct 0s
untested Values cannot be set/replaced if the multiple required ordered keys don't match or exist in the correct order 0s
untested Multiple keys cannot be remapped 0s
untested All sibling key combinations can be found for multiple required keys 0s
untested For multiple required ordered keys don't exist any siblings 0s
untested A multiple required key combination for a value can be removed 0s
untested If a multiple required key combination doesn't exist it cannot be removed 0s
untested A multiple required ordered key combination for a value can be removed 0s
untested If a multiple required ordered key combination doesn't exist it cannot be removed 0s

Priority queue

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The queue has the expected default values and functionality after initialization 0s
untested Queue elements can be added with the default value of 1.0 and returned 0s
untested Queue elements can be added with a priority 0s
untested The priority queue returns the correct amount of elements it holds 0s
untested A queue element can be removed 0s
untested A none-existing queue element id cannot be removed 0s
untested A removed or none-existing queue element returns a empty data 0s
untested The priority of all queue elements can be uniformly increased 0s
untested The priority or a queue element can be changed 0s
untested The queue can be serialized and unserialized 0s
untested A queue element can be popped from the que which also removes it from the queue 0s
untested A FIFO queue returns the elements in FIFO order 0s
untested A LIFO queue returns the elements in LIFO order 0s
untested A highest queue returns the elements in highest priority order 0s
untested A lowest queue returns the elements in lowest priority order 0s
untested A invalid priority queue type throws a InvalidEnumValue 0s

Directory handler for local file system

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A directory can be created 0s
untested A directory can be checked for existence 0s
untested An existing directory cannot be overwritten 0s
untested A directory can be forced to be created recursively 0s
untested By default a directory is not created recursively 0s
untested The name of a directory is just its name without its path 0s
untested The basename is the same as the name of the directory 0s
untested The dirname is the same as the name of the directory 0s
untested The parent of a directory can be returned 0s
untested The full absolute path of a directory can be returned 0s
untested The directories creation date can be returned 0s
untested The directories last change date can be returned 0s
untested A directory can be deleted 0s
untested A none-existing directory cannot be deleted 0s
untested The size of a directory can be returned 0s
untested The size of a none-existing directory is negative 0s
untested The recursive size of a directory is equals or greater than the size of the same directory none-recursive 0s
untested The permission of a directory can be returned 0s
untested The permission of a none-existing directory is negative 0s
untested A directory can be copied recursively 0s
untested A directory can be forced to be copied to a different location even if the destination already exists 0s
untested By default a directory is not overwritten on copy 0s
untested A directory can be moved/renamed to a different path 0s
untested By default a directory is not overwritten on move 0s
untested A directory can be forced to be moved/renamed to a different path even if the destination already exists 0s
untested The amount of files in a directory can be returned recursively 0s
untested The amount of files in a directory can be returned none-recursively 0s
untested The amount of files of a none-existing directory is negative 0s
untested All files and sub-directories of a directory can be listed 0s
untested All files of a directory can be listed by file extension 0s
untested The owner of a directory can be returned 0s
untested Invalid directory names and paths can be sanitized 0s
untested A none-existing directory returns a empty list of files and sub-directories 0s
untested A none-existing directory returns a empty list of files for the extension 0s
untested A invalid directory cannot be copied to a new destination 0s
untested A invalid directory cannot be moved to a new destination 0s
untested Reading the creation date of a none-existing directory throws a PathException 0s
untested Reading the last change date of a none-existing directory throws a PathException 0s
untested Reading the owner of a none-existing directory throws a PathException 0s

File handler for local file system

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A file without content can be created 0s
untested A file cannot be created if it already exists 0s
untested A file with content can be created 0s
untested A file cannot be replaced if it doesn't exists 0s
untested A file cannot be appended if it doesn't exists 0s
untested A file cannot be prepended if it doesn't exists 0s
untested A file can be checked for existence 0s
untested A file can be replaced with a new one 0s
untested The set alias works like the replace flag 0s
untested A file can be appended with additional content 0s
untested The append alias works like the append flag 0s
untested A file can be prepended with additional content 0s
untested The prepend alias works like the prepend flag 0s
untested The content of a file can be read 0s
untested The parent directory of a file can be returned 0s
untested The extension of a file can be returned 0s
untested The name of a file can be returned 0s
untested The basename of a file can be returned 0s
untested The file name of a file can be returned 0s
untested The file path of a file can be returned 0s
untested The count of a file is always 1 0s
untested The directories creation date can be returned 0s
untested The directories last change date can be returned 0s
untested A file can be deleted 0s
untested A none-existing file cannot be deleted 0s
untested The size of a file can be returned 0s
untested The permission of a file can be returned 0s
untested The permission of a none-existing file is negative 0s
untested A file can be copied to a different location 0s
untested A file cannot be copied to a different location if the destination already exists 0s
untested A file can be forced to be copied to a different location even if the destination already exists 0s
untested A file can be moved to a different location 0s
untested A file cannot be moved to a different location if the destination already exists 0s
untested A file can be forced to be moved to a different location even if the destination already exists 0s
untested The size of a none-existing file is negative 0s
untested A none-existing file cannot be copied 0s
untested A none-existing file cannot be moved 0s
untested Reading the content of a none-existing file throws a PathException 0s
untested Reading the created date of a none-existing file throws a PathException 0s
untested Reading the last change date of a none-existing file throws a PathException 0s
untested Reading the owner of a none-existing file throws a PathException 0s

Directory & File handler for local file system

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A directory can be created 0s
untested A directory can be checked for existence 0s
untested An existing directory cannot be overwritten 0s
untested A directory can be forced to be created recursively 0s
untested The name of a directory is just its name without its path 0s
untested The basename is the same as the name of the directory 0s
untested The dirname is the same as the name of the directory 0s
untested The parent of a directory can be returned 0s
untested The full absolute path of a directory can be returned 0s
untested The directories creation date can be returned 0s
untested The directories last change date can be returned 0s
untested A directory can be deleted 0s
untested A none-existing directory cannot be deleted 0s
untested The size of a directory can be returned 0s
untested The size of a none-existing directory is negative 0s
untested The recursive size of a directory is equals or greater than the size of the same directory none-recursive 0s
untested The permission of a directory can be returned 0s
untested The permission of a none-existing directory is negative 0s
untested A directory can be copied recursively 0s
untested A directory can be moved/renamed to a different path 0s
untested The amount of files in a directory can be returned recursively 0s
untested The amount of files in a directory can be returned none-recursively 0s
untested The amount of files of a none-existing directory is negative 0s
untested All files and sub-directories of a directory can be listed 0s
untested A none-existing directory returns a empty list of files and sub-directories 0s
untested A invalid directory cannot be copied to a new destination 0s
untested A invalid directory cannot be moved to a new destination 0s
untested Reading the creation date of a none-existing directory throws a PathException 0s
untested Reading the last change date of a none-existing directory throws a PathException 0s
untested Reading the owner of a none-existing directory throws a PathException 0s
untested A file cannot be created if it already exists 0s
untested Invalid names and paths can be sanitized 0s
untested A file with content can be created 0s
untested A file cannot be replaced if it doesn't exists 0s
untested A file cannot be appended if it doesn't exists 0s
untested A file cannot be prepended if it doesn't exists 0s
untested A file can be checked for existence 0s
untested A file can be replaced with a new one 0s
untested The set alias works like the replace flag 0s
untested A file can be appended with additional content 0s
untested The append alias works like the append flag 0s
untested A file can be prepended with additional content 0s
untested The prepend alias works like the prepend flag 0s
untested The content of a file can be read 0s
untested The parent directory of a file can be returned 0s
untested The extension of a file can be returned 0s
untested The name of a file can be returned 0s
untested The basename of a file can be returned 0s
untested The file name of a file can be returned 0s
untested The file path of a file can be returned 0s
untested The count of a file is always 1 0s
untested The directories creation date can be returned 0s
untested The directories last change date can be returned 0s
untested A file can be deleted 0s
untested A none-existing file cannot be deleted 0s
untested The size of a file can be returned 0s
untested The permission of a file can be returned 0s
untested The permission of a none-existing file is negative 0s
untested A file can be copied to a different location 0s
untested A file cannot be copied to a different location if the destination already exists 0s
untested A file can be forced to be copied to a different location even if the destination already exists 0s
untested A file can be moved to a different location 0s
untested A file cannot be moved to a different location if the destination already exists 0s
untested A file can be forced to be moved to a different location even if the destination already exists 0s
untested The size of a none-existing file is negative 0s
untested A none-existing file cannot be copied 0s
untested A none-existing file cannot be moved 0s
untested Reading the content of a none-existing file throws a PathException 0s
untested Reading the created date of a none-existing file throws a PathException 0s
untested Reading the last change date of a none-existing file throws a PathException 0s
untested Reading the owner of a none-existing file throws a PathException 0s
untested Writing data to a destination which looks like a directory throws a PathException 0s
untested Reading data from a directory throws a PathException 0s
untested Trying to run list on a file throws a PathException 0s
untested Setting data to a destination which looks like a directory throws a PathException 0s
untested Appending data to a destination which looks like a directory throws a PathException 0s
untested Prepending data to a destination which looks like a directory throws a PathException 0s
untested Reading the extension of a destination which looks like a directory throws a PathException 0s

Directory handler for a ftp server

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A directory can be created 0s
untested A directory can be checked for existence 0s
untested An existing directory cannot be overwritten 0s
untested A directory can be forced to be created recursively 0s
untested By default a directory is not created recursively 0s
untested The name of a directory is just its name without its path 0s
untested The basename is the same as the name of the directory 0s
untested The dirname is the same as the name of the directory 0s
untested The parent of a directory can be returned 0s
untested The full absolute path of a directory can be returned 0s
untested The directories creation date can be returned 0s
untested The directories last change date can be returned 0s
untested A directory can be deleted 0s
untested A none-existing directory cannot be deleted 0s
untested The size of a directory can be returned 0s
untested The size of a none-existing directory is negative 0s
untested The recursive size of a directory is equals or greater than the size of the same directory none-recursive 0s
untested The permission of a directory can be returned 0s
untested The permission of a none-existing directory is negative 0s
untested A directory can be copied recursively 0s
untested A directory can be moved/renamed to a different path 0s
untested The amount of files in a directory can be returned recursively 0s
untested The amount of files in a directory can be returned none-recursively 0s
untested The amount of files of a none-existing directory is negative 0s
untested All files and sub-directories of a directory can be listed 0s
untested A none-existing directory returns a empty list of files and sub-directories 0s
untested A invalid directory cannot be copied to a new destination 0s
untested A invalid directory cannot be moved to a new destination 0s
untested Reading the creation date of a none-existing directory throws a PathException 0s
untested Reading the last change date of a none-existing directory throws a PathException 0s
untested Reading the owner of a none-existing directory throws a PathException 0s

File handler for a ftp server

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A file without content can be created 0s
untested A file cannot be created if it already exists 0s
untested A file with content can be created 0s
untested A file cannot be replaced if it doesn't exists 0s
untested A file cannot be appended if it doesn't exists 0s
untested A file cannot be prepended if it doesn't exists 0s
untested A file can be checked for existence 0s
untested A file can be replaced with a new one 0s
untested The set alias works like the replace flag 0s
untested A file can be appended with additional content 0s
untested The append alias works like the append flag 0s
untested A file can be prepended with additional content 0s
untested The prepend alias works like the prepend flag 0s
untested The content of a file can be read 0s
untested The parent directory of a file can be returned 0s
untested The extension of a file can be returned 0s
untested The name of a file can be returned 0s
untested The basename of a file can be returned 0s
untested The file name of a file can be returned 0s
untested The file path of a file can be returned 0s
untested The count of a file is always 1 0s
untested The directories creation date can be returned 0s
untested The directories last change date can be returned 0s
untested A file can be deleted 0s
untested A none-existing file cannot be deleted 0s
untested The size of a file can be returned 0s
untested The permission of a file can be returned 0s
untested The permission of a none-existing file is negative 0s
untested A file can be copied to a different location 0s
untested A file cannot be copied to a different location if the destination already exists 0s
untested A file can be forced to be copied to a different location even if the destination already exists 0s
untested A file can be moved to a different location 0s
untested A file cannot be moved to a different location if the destination already exists 0s
untested A file can be forced to be moved to a different location even if the destination already exists 0s
untested The size of a none-existing file is negative 0s
untested A none-existing file cannot be copied 0s
untested A none-existing file cannot be moved 0s
untested Reading the content of a none-existing file throws a PathException 0s
untested Reading the created date of a none-existing file throws a PathException 0s
untested Reading the last change date of a none-existing file throws a PathException 0s
untested Reading the owner of a none-existing file throws a PathException 0s

Storage handler for the different storage handler types

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested By default the local storage handler is returned 0s
untested The pre-defined storage handlers can be returned by their name 0s
untested Storages can be registered and returned 0s
untested Registered storage handlers cannot be overwritten 0s
untested A invalid or none-existing storage throws a Exception 0s

Storage handler for the different storage handler types

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested File extensions can be categorized 0s
untested A relative path can be turned into an absolute path 0s
untested Permissions can be turned into octal values 0s
untested The encoding of a file can be changed 0s

System information

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Test if it is possible to get information about the available RAM and usage 0s
untested Test if it is possible to get information about the CPU usage 0s

Http uri / url

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The http url has the expected default values after initialization 0s
untested A url can be validated 0s
untested The url schema can be parsed correctly from a url 0s
untested The host can be parsed correctly from a url 0s
untested The username can be parsed correctly from a url 0s
untested The password can be parsed correctly from a url 0s
untested The base can be parsed correctly from a url 0s
untested The url can be turned into a string 0s
untested The authority can be parsed correctly from a url 0s
untested The user info can be parsed correctly from a url 0s
untested The root path can be set and returned 0s
untested The path offset can be set and returned 0s
untested The subdomain can be parsed correctly from a url 0s
untested The query data can be parsed correctly from a url 0s
untested The fragment data can be parsed correctly from a url 0s
untested The path data can be parsed correctly from a url 0s
untested The route can be parsed correctly from a url 0s
untested A invalid uri cannot get parsed 0s
untested The url schema can be parsed correctly from a url and overwritten 0s
untested The port can be parsed correctly from a url and overwritten 0s
untested A path can be overwritten 0s
untested The path elements can be parsed from a url and overwritten 0s

Argument uri / uri

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The argument uri has the expected default values after initialization 0s
untested A uri can be validated 0s
untested The path can be set and returned 0s
untested The path offset can be set and returned 0s
untested The route can be parsed correctly from a uri 0s
untested The query data can be parsed correctly from a uri 0s
untested The fragment can be parsed correctly from a uri 0s
untested The uri can be turned into a string 0s
untested The root path can be set and returned 0s
untested The path can be parsed correctly from a uri 0s

Http uri / url factory

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The http url factory has the expected default values after initialization 0s
untested Data can be set to the factory and returned 0s
untested Data can be forcefully overwritten 0s
untested By default data is not overwritten in the factory 0s
untested Data can be removed/cleared from the factory 0s
untested None-existing data cannot be cleared from the factory 0s
untested Data can be removed from the factory by category 0s
untested All data can be removed from the factory with a wildcard 0s
untested Data can be removed from the factory with regular expression matches 0s
untested Data which doesn't match the regular expression is not removed 0s
untested A url can be build with the defined factory data and/or build specific data 0s
untested The uri factory can be set up with default values from a url and build with these default values 0s
untested In case of duplicated query elements the last element is used 0s
untested The uri variables can be unescaped 0s
untested In case of missing ? for query the builder automatically fixes it 0s
untested A normal url will not be changed 0s

LZW compression

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A string can be LZW compressed and uncompressed 0s

Currency converter

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A currency can be converted from euro to another currency 0s
untested A currency can be converted to euro from another currency 0s
untested A currency can be converted from one currency to another currency 0s
untested A currency conversion from eur to a invalid currency throws a InvalidArgumentException 0s
untested A currency conversion from a invalid currency to eur throws a InvalidArgumentException 0s
untested A currency conversion from a invalid currency to a invalid currency throws a InvalidArgumentException 0s

File size converter

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A byte number can be converted to a string representation 0s
untested A kilobyte number can be converted to a string representation 0s

IP converter

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested An ip can be converted to a float 0s

Measurement converter

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Temperatures can be converted 0s
untested Weights can be converted 0s
untested Lengths can be converted 0s
untested Areas can be converted 0s
untested Volumes can be converted 0s
untested Speeds can be converted 0s
untested Times can be converted 0s
untested Angles can be converted 0s
untested Pressures can be converted 0s
untested Energies can be converted 0s
untested Filesizes can be converted 0s
untested Invalid conversion from unknown temperature throws a InvalidArgumentException 0s
untested Invalid conversion to unknown temperature throws a InvalidArgumentException 0s
untested Invalid conversion from unknown weight throws a InvalidArgumentException 0s
untested Invalid conversion to unknown weight throws a InvalidArgumentException 0s
untested Invalid conversion from unknown length throws a InvalidArgumentException 0s
untested Invalid conversion to unknown length throws a InvalidArgumentException 0s
untested Invalid conversion from unknown area throws a InvalidArgumentException 0s
untested Invalid conversion to unknown area throws a InvalidArgumentException 0s
untested Invalid conversion from unknown volume throws a InvalidArgumentException 0s
untested Invalid conversion to unknown volume throws a InvalidArgumentException 0s
untested Invalid conversion from unknown speed throws a InvalidArgumentException 0s
untested Invalid conversion to unknown speed throws a InvalidArgumentException 0s
untested Invalid conversion from unknown time throws a InvalidArgumentException 0s
untested Invalid conversion to unknown time throws a InvalidArgumentException 0s
untested Invalid conversion from unknown angle throws a InvalidArgumentException 0s
untested Invalid conversion to unknown angle throws a InvalidArgumentException 0s
untested Invalid conversion from unknown pressure throws a InvalidArgumentException 0s
untested Invalid conversion to unknown pressure throws a InvalidArgumentException 0s
untested Invalid conversion from unknown energy throws a InvalidArgumentException 0s
untested Invalid conversion to unknown energy throws a InvalidArgumentException 0s
untested Invalid conversion from unknown filesize throws a InvalidArgumentException 0s
untested Invalid conversion to unknown filesize throws a InvalidArgumentException 0s

File size types

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested File sizes can get automatically formatted according to their size 0s

Numeric converter

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Arabic numbers can be converted to roman numbers 0s
untested Roman numbers can be converted to arabic numbers 0s
untested Letters can be converted to numbers 0s
untested Numbers can be converted to letters 0s
untested Numbers can be converted between bases 0s

Data can be encoded with huffman

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Encoding and decoding empty data results in an empty output 0s
untested Data can be huffman encoded and decoded 0s

Dictionary for the huffman encoding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Only single characters can be returned from the dictionary. Multiple characters throw a InvalidArgumentException 0s
untested A none-existing character throws a InvalidArgumentException 0s
untested Only single characters can be set in the dictionary. Multiple characters throw a InvalidArgumentException 0s
untested Dictionary elements cannot be overwritten and throw a InvalidArgumentException 0s
untested Invalid dictionary values throw a InvalidArgumentException 0s

Caesar text encoding/decoding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Text can be encoded and decoded with the ceasar encoding 0s

Gray text encoding/decoding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Text can be encoded and decoded with the gray encoding 0s

XOR text encoding/decoding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Text can be encoded and decoded with the xor encoding 0s

Git utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The git path can be returned 0s

Git author

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The author has the expected default values after initialization 0s
untested The author name and email can be set during initialization and returned 0s
untested The commit count can be set and returned 0s
untested The addition count can be set and returned 0s
untested The removal count can be set and returned 0s

Git branch

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The branch has the expected default values after initialization 0s
untested The branch name can be set during initialization and returned 0s

Git commit

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The commit has the expected default values after initialization 0s
untested A file can be added and returned 0s
untested A file can only be added one time 0s
untested A file can be removed 0s
untested A none-existing file cannot be removed 0s
untested A change can be added and returned 0s
untested Adding the same change throws a Exception 0s
untested A commit message can be set and returned 0s
untested The author can be set and returned 0s
untested The branch can be set and returned 0s
untested The tag can be set and returned 0s
untested The date can be set and returned 0s
untested The repository can be set and returned 0s

Git repository

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The repository has the expected default values after initialization 0s

Git repository

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The tag has the expected default values after initialization 0s
untested The tag name can be set during initialization and returned 0s
untested The message can be set and returned 0s

Csv file settings

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The delimiter in a csv file can be guessed 0s

Spreadsheet database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Data can be inserted into a database from an ods files 0s
untested Data can be inserted into a database from a xls files 0s
untested Data can be inserted into a database from a xlsx files 0s
untested Data can be updated in a database from an ods files 0s
untested Data can be updated in a database from a xls files 0s
untested Data can be updated in a database from a xlsx files 0s
untested Data can be inserted into an ods files from a database 0s
untested Data can be inserted into a xls files from a database 0s
untested Data can be inserted into a xlsx files from a database 0s

Gz archive

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Data can be gz packed and unpacked 0s
untested A gz archive cannot be overwritten 0s
untested A none-existing source cannot be unpacked 0s
untested A destination cannot be overwritten 0s

TarGz archive

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Data can be tar gz packed and unpacked 0s
untested A tar gz archive cannot be overwritten by default 0s
untested A none-existing source cannot be unpacked 0s
untested A destination cannot be overwritten 0s

Tar archive

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Data can be tar packed and unpacked 0s
untested Extracting invalid tar files fail 0s
untested A tar archive cannot be overwritten by default 0s
untested A none-existing source cannot be unpacked 0s
untested A destination cannot be overwritten 0s

Zip archive

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Data can be zip packed and unpacked 0s
untested The output of the zip archive needs to be properly defined 0s
untested Extracting invalid zip files fail 0s
untested A zip archive cannot be overwritten by default 0s
untested A none-existing source cannot be unpacked 0s
untested A destination cannot be overwritten 0s

Array data serializer as code

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested An array can be encoded and decoded as php code 0s
untested A value can be encoded and decoded into php code 0s

Array randomizer

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested An array can be randomized using the yates algorithm 0s
untested An array can be randomized using the knuth algorithm 0s

Date time randomizer

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A random date time can be generated 0s

File extension randomizer

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A random file extension can be generated 0s

Random number generator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The bsd random number generator starts with the correct sequence 0s
untested The same bsd seed generates the same random number 0s
untested Different bsd seeds generate different random numbers 0s
untested The msvcrt random number generator starts with the correct sequence 0s
untested The same msvcrt seed generates the same random number 0s
untested Different msvcrt seeds generate different random numbers 0s

Random name generator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Random female and male names can be generated 0s

Random phone number generator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Random phone numbers can be generated 0s

Random string generator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Random strings can be generated 0s

Random text generator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Random text can be generated 0s

Cron job

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The cron job has the expected default values after initialization 0s
untested A cron job can be created from an array and rendered 0s

Cron handler

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The cron handler has the expected default values after initialization 0s
untested The cron binary location path can be guessed 0s
untested A cron job can be created and returned 0s
untested A none-existing cron name cannot be returned 0s
untested A cron job can be updated 0s
untested A cron job can be deleted 0s

Cron handler

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The interval has the expected default values after initialization 0s
untested The start date can be set during initialization and returned 0s
untested The start date can set and returned 0s
untested The end date can set and returned 0s
untested The maximum execution duration can set and returned 0s
untested An execution minute can be added and returned 0s
untested An execution minute can be overwritten 0s
untested An execution hour can be added and returned 0s
untested An execution hour can be overwritten 0s
untested An execution year can be added and returned 0s
untested An execution year can be overwritten 0s
untested An execution day of month can be added and returned 0s
untested An execution day of month can be overwritten 0s
untested An execution day of week can be added and returned 0s
untested An execution day of week can be overwritten 0s
untested A interval can be serialized 0s
untested A serialized interval can be unserialized 0s

Scheduler abstraction

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The scheduler has the expected default values after initialization 0s
untested The scheduler binary location path can be guessed 0s

Scheduler factory for creating cron/task handlers

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The correct scheduler is crated depending on the operating system 0s

Job/task abstraction

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The task abstraction has the expected default values after initialization 0s
untested The command can be set and returned 0s
untested The interval can be set and returned 0s
untested The status can be set and returned 0s
untested The comment can be set and returned 0s
untested The last runtime can be set and returned 0s
untested The next runtime can be set and returned 0s

Task factory for creating cron jobs/tasks

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The correct task is crated depending on the operating system 0s

Task schedule handler

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The task handler has the expected default values after initialization 0s
untested The task binary location path can be guessed 0s
untested A task can be created and returned 0s
untested A none-existing task name cannot be returned 0s
untested A task can be updated 0s
untested A task can be deleted 0s

Array utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Array values can be set and returned with a path 0s
untested A invalid array path returns null 0s
untested Test recursively if a value is in an array 0s
untested An array element can be removed by its path 0s
untested Deleting an invalid array path returns the original array 0s
untested The recursive sum of all values in an array can be calculated 0s
untested A multi-dimensional array can be flatten to a one-dimensional array 0s
untested The sum of an array can be calculated 0s
untested An array can be checked if it contains multiple defined elements 0s
untested An array can be checked if it contains multiple defined elements 0s
untested An array can be checked if it has an element and returns its index 0s
untested An array can be turned into a csv string 0s
untested A none-existing argument in an array returns a negative value 0s
untested The argument value in an array can be returned 0s
untested A none-existing argument in an array returns null 0s
untested All array values in an array can be potentiated by an integer 0s
untested All array values in an array can be potentiated by a float 0s
untested All array values in an array can be square rooted 0s
untested All array values in an array can be turned into their absolute value 0s

Color utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A integer can be converted to rgb 0s
untested Rgb can be converted to a integer 0s

Image utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Base64 image data can be decoded to an image 0s

Numeric utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Integers can be unsigned right shifted 0s

Permutation utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested An array can be permuted 0s
untested Two string can be checked if they are a permutation of each other 0s
untested A string can be checked if it is a palindrome 0s
untested An array can be permuted with a permutation key 0s
untested A none-existing permutation key throws a OutOfBoundsException 0s

String comparison / dictionary

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A string can be matched with a dictionary entry 0s
untested A string doesn't match a dictionary entry if it is very different 0s
untested A new dictionary entry can be created and returned 0s

String utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The entropy of a string can be calculated 0s
untested A string can be checked if it starts with a defined string 0s
untested A string can be checked if it ends with a defined string 0s
untested A string can be checked if it contains at least one defined string element 0s
untested The amount of a defined characters in the beginning of a string can be counted 0s
untested A string creates a integer hash 0s
untested The same string creates the same hash 0s
untested Different strings create different hashes 0s
untested Various data types can be stringified 0s
untested Stringify/rendering a unknown data type returns null 0s
untested The difference between two strings can be evaluated 0s

Multi-Byte string utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The entropy of a string can be calculated 0s
untested A multi-byte string can be checked if it starts with a defined string 0s
untested A multi-byte string can be checked if it ends with a defined string 0s
untested A string can be checked for multi-byte characters 0s
untested The first character of a multi-byte string can be turned into upper case 0s
untested The first character of a multi-byte string can be turned into lower case 0s
untested A multi-byte string can be trimmed 0s
untested A multi-byte string can be right-trimmed 0s
untested A multi-byte string can be left-trimmed 0s
untested A multi-byte string can be checked if it contains at least one defined string element 0s
untested The characters of a multi-byte string can be counted 0s
untested The previous boundary of a utf-8 encoded quoted printable is identified correctly 0s

Test utilities

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A member value can be returned 0s
untested Invalid member variable returns null 0s
untested A member value can be set and returned 0s
untested A none-existing member variable cannot be set 0s

Datetime validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A date time string can be validated 0s

Json validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A json string can be validated 0s
untested A json string can be validated against a template definition 0s
untested A json string can be validated against a template definition with additional data 0s
untested A json string cannot be validated against a template definition with additional data if an exact match is enforced 0s
untested A json string cannot be validated against a template definition with missing data if an exact match is enforced 0s
untested A json string cannot be validated against a template definition if it doesn't match the template 0s

BIC validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A BIC can be validated 0s

Credit card validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A credit card can be validated 0s
untested A invalid type cannot be validated 0s

Iban validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A iban can be validated 0s

Email validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A email can be validated 0s

Hostname validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A hostname can be validated 0s

IP validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A ip can be validated 0s
untested A ip4 can be validated 0s
untested A ip6 can be validated 0s

General validator

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A string can be checked if it contains a substring 0s
untested A string can be checked if it has a certain length 0s
untested A value can be checked if it is in range 0s
untested A value can be checked to be of a defined type 0s
untested The error message and error code have the expected default values 0s
untested Custom validators can be specified in order to validate a value 0s
untested A value can be checked to match a regular expression 0s

Version handler

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Versions can be compared with each other 0s

View for response rendering

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The view has the expected default values after initialization 0s
untested The view data can be checked for existence 0s
untested The view can output text from the localization manager 0s
untested The view can output html escaped text from the localization manager 0s
untested The numeric value can be printed based on the localization 0s
untested The percentage value can be printed based on the localization 0s
untested The currency value can be printed based on the localization 0s
untested The datetime value can be printed based on the localization 0s
untested View data can be set and returned 0s
untested View data can be added and returned 0s
untested View data cannot be added if it already exists 0s
untested View data can be removed 0s
untested None-existing view data cannot be removed 0s
untested The request can be returned 0s
untested The response can be returned 0s
untested Text can be html escaped 0s
untested Views can be added and returned from a view 0s
untested None-existing views cannot be returned 0s
untested Views can be removed 0s
untested None-existing views cannot be removed 0s
untested A view can be forcefully overwritten 0s
untested By default a view is not overwritten 0s
untested A view template can be rendered 0s
untested A view template can be serialized 0s
untested A view can be turned into an array containing the rendered templates 0s
untested Rendering a invalid template throws a PathException 0s
untested Serializing a invalid template throws a PathException 0s
untested Getting the text without defining a module throws a InvalidModuleException exception 0s
untested Getting the text with an invalid template path throws a InvalidModuleException exception 0s
untested Getting the text without defining a template throws a InvalidThemeException exception 0s

View for pagination

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The pagination view has the expected default values after initialization 0s
untested The max pages can be set and returned 0s
untested The pages can be set and returned 0s
untested The page can be set and returned 0s
untested The results can be set and returned 0s

Application abstraction

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Application values can be set and returned 0s
untested Application values cannot be overwritten 0s

Class autoloader

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Classes can be checked for existence 0s

Admin module - general module information

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 11 8 0 0 2 1
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

failure The module can be installed, deactivated and activated 0.014715s
successful The mappers are valid 0.001223s
successful The mappers match the models 0.002396s
successful The database schema definition is valid 0.013435s
failure The database schema is correctly setup in the database 0.001140s
successful The mapper matches the database setup 0.003568s
successful The module info file has the correct structure 0.000961s
successful The dependencies got installed 0.000441s
successful The routes got installed and the endpoints are defined 0.006148s
successful The hooks got installed and the endpoints are defined 0.000333s
error The navigation got installed 0.000944s

Admin api controller

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Application settings can be read from the database 0s
untested Application settings can be set in the database 0s
untested A user can be returned 0s
untested A user group can be updated 0s
untested A user group can be found by name 0s
untested A user group can be created and deleted 0s
untested A invalid user group cannot be created 0s
untested A user can be added to a user group 0s
untested A permission can be added to a user group 0s
untested A group permission can be returned 0s
untested A user group permission can be created and deleted 0s
untested A permission with missing data cannot be added to a user group 0s
untested A invalid permission type cannot be added to a user group 0s
untested A user group permission can be updated 0s
untested A user can be updated 0s
untested A user can be found by name 0s
untested A user and profile for the user can be created 0s
untested A user can be deleted 0s
untested A invalid user cannot be created 0s
untested A user group can be added to a user 0s
untested A permission can be added to a user 0s
untested A user permission can be returned 0s
untested A user permission can be created and deleted 0s
untested A permission with missing data cannot be added to a user 0s
untested A invalid permission type cannot be added to a user 0s
untested A user permission can be updated 0s
untested A user and user group can be found by name 0s
untested The status of a module can be updated 0s
untested A missing module cannot be updated 0s
untested A invalid module status cannot update a module 0s
untested A invalid module cannot be updated 0s
untested A module can be re-initialized 0s

Account database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s
untested A empty user password results in a failed login 0s
untested A invalid user password results in a failed login 0s
untested A valid user name and password results in a successful login 0s
untested A invalid user name results in a failed login 0s

Account permission

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The account permission has the expected default values after initialization 0s

Account model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The account has the expected default values after initialization 0s
untested The login tries can be set and returned 0s

Group mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested All groups which have permissions for a module can be returned 0s

Group permission

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The group permission has the expected default values after initialization 0s

Group model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The group has the expected default values after initialization 0s
untested The description can be set and returned 0s
untested The creator can be set and returned 0s

Localization database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s

Module container

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The module has the expected default values after initialization 0s
untested The name can be set and returned 0s
untested The description can be set and returned 0s
untested The status can be set and returned 0s
untested The module can be serialized 0s
untested A invalid status throws a InvalidEnumValue exception 0s

Auditor api controller

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Audit logs for create statements can be created 0s
untested Audit logs for update statements can be created 0s
untested Audit logs for delete statements can be created 0s

Audit model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected default values after initialization 0s
untested The model can be initialized correctly 0s

News api controller

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A news article can be created 0s
untested A news article can be returned 0s
untested A news article can be updated 0s
untested A news article can be deleted 0s

News article

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected default values after initialization 0s
untested The cretor can be correctly set and returned 0s
untested The title can be correctly set and returned 0s
untested The content can be correctly set and returned 0s
untested The plain content can be correctly set and returned 0s
untested The publish date can be correctly set and returned 0s
untested The featured flag can be correctly set and returned 0s
untested The language can be correctly set and returned 0s
untested The status can be correctly set and returned 0s
untested The type can be correctly set and returned 0s
untested The model can be correctly serialized 0s
untested A invalid status throws a InvalidEnumValue exception 0s
untested A invalid type throws a InvalidEnumValue exception 0s
untested A invalid language throws a InvalidEnumValue exception 0s

News article mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s

Report model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected default values after initialization 0s
untested The creator can be set and returned correctly 0s
untested The title can be set and returned correctly 0s
untested The status can be set and returned correctly 0s
untested The description can be set and returned correctly 0s
untested The raw description can be set and returned correctly 0s
untested The template can be set and returned correctly 0s
untested The source can be set and returned correctly 0s
untested Report data can be turned into an array 0s
untested Report data can be json serialized 0s

Report database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s

Template model

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model has the expected default values after initialization 0s
untested The unit can be set and returned correctly 0s
untested The creator can be set and returned correctly 0s
untested The title can be set and returned correctly 0s
untested The status can be set and returned correctly 0s
untested The template can be set as standalone and returned correctly 0s
untested The description can be set and returned correctly 0s
untested The raw description can be set and returned correctly 0s
untested The expected report files can be set and returned correctly 0s
untested The source can be set and returned correctly 0s
untested The data storage type can be set and returned correctly 0s
untested Template data can be turned into an array 0s
untested Template data can be json serialized 0s

Template database mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s
untested The newest model can be read from the database 0s

Wiki application

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s
untested The name can be correctly set and returned 0s

Wiki application mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s

Wiki category

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s
untested The application can be correctly set and returned 0s
untested The name can be correctly set and returned 0s
untested The path can be correctly set and returned 0s
untested The parent can be correctly set and returned 0s

Wiki category mapper

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s
untested The model can be created and read from the database with a parent category 0s

Wiki document

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The model can be created and read from the database 0s
untested The application can be correctly set and returned 0s
untested The name can be correctly set and returned 0s
untested The content can be correctly set and returned 0s
untested The raw content can be correctly set and returned 0s
untested The status can be correctly set and returned 0s
untested The category can be correctly set and returned 0s
untested The language can be correctly set and returned 0s
untested A tag can be correctly added and returned 0s

Account status

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The account status enum has the correct number of status codes 0s
untested The account status enum has only unique values 0s
untested The account status enum has the correct values 0s

Account type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The account type enum has the correct number of type codes 0s
untested The account type enum has only unique values 0s
untested The account type enum has the correct values 0s

Group status

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The group status enum has the correct number of status codes 0s
untested The group status enum has only unique values 0s
untested The group status enum has the correct values 0s

Null account

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The null account is an instance of the account class 0s
untested The null account can get initialized with an id 0s

Null group

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The null group is an instance of the group class 0s
untested The null group can get initialized with an id 0s

Permission type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The permission type enum has the correct number of type codes 0s
untested The permission type enum has only unique values 0s
untested The permission type enum has the correct values 0s

Module info file manager

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested An application info file can be correctly loaded 0s
untested A info file can be modified 0s
untested A invalid info file path load throws a PathException 0s
untested A invalid info file path update throws a PathException 0s
untested A invalid change data throws a InvalidArgumentException 0s

Application manager

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested An application can be installed and uninstalled 0s
untested An application can be re-initialized 0s
untested A invalid application path results in no installation 0s
untested A missing installation file results in no installation 0s
untested A missing info file results in no installation 0s
untested A invalid application path results in no uninstallation 0s
untested A missing uninstallation file results in no uninstallation 0s

Abstract application installer

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested An invalid theme cannot be installed 0s
untested A invalid application path cannot be activated 0s

Abstract application uninstaller

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A missing database schema will not perform any database operations 0s

Asset type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The asset type enum has the correct number of status codes 0s
untested The asset type enum has only unique values 0s
untested The asset type enum has the correct values 0s

Login return type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The login return type enum has the correct number of type codes 0s
untested The login return type enum has only unique values 0s
untested The login return type enum has the correct values 0s

Lock exception

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The lock exception is an instance of the runtime exception 0s

Image kernel

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The kernel can be applied to an image which is then stored in a new file 0s

Image skew

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A image can be automatically unskewed 0s

Image thresholding

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The thresholding is correctly applied to the image 0s

ISO 3166 country codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 3166 country code enum has the correct format of country codes 0s
untested The ISO 3166 enum has only unique values 0s

ISO 3166 country names

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 3166 enum has only unique values 0s

ISO 3166 country codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 3166 country code enum has the correct format of country codes 0s
untested The ISO 3166 enum has only unique values 0s

ISO 3166 country codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 3166 country code enum has the correct format of country codes 0s
untested The ISO 3166 enum has only unique values 0s

ISO 4217 currency codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 4217 currency code enum has the correct format of currency codes 0s

ISO 4217 currency codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 4217 currency code enum has the correct format of currency decimal places 0s

ISO 4217 currency codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 4217 currency code enum has only unique values 0s

ISO 4217 currency codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 4217 currency code enum has the correct format of currency codes 0s
untested The ISO 4217 enum has only unique values 0s

ISO 4217 currency codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 4217 currency code enum has the correct format of currency sub units 0s

ISO 4217 currency codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 4217 currency code enum has the correct number of currency symbols 0s

ISO 639 language codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 639 language code enum has only unique values 0s

ISO 639-1 language codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 639-1 enum has only unique values 0s

ISO 639-2 language codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 639-2 language code enum has the correct format of language codes 0s
untested The ISO 639-2 enum has only unique values 0s

ISO 8601 date time formats

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The ISO 8601 date time format enum has the correct number of date time formats 0s
untested The ISO 8601 enum has only unique values 0s

Country phone codes

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The phone enum has the correct format of country phone numbers 0s

Time zone enum array

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The time zone enum array has only unique values 0s

Log level enum

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The log level enum has the correct number of log levels 0s
untested The log level enum has only unique values 0s
untested The log level enum has the correct values 0s

Abstract request

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Request data can be set and returned 0s
untested A invalid data key returns null 0s
untested Request data can be set and returned with correct types 0s

Abstract module installer

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested Invalid or missing module status file throws exception during installation 0s

Abstract module status

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A invalid module path cannot be activated 0s

Abstract module uninstaller

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested A missing database schema will not perform any database operations 0s

Route verb enum

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The route verb enum has the correct values 0s
untested The route verb enum has only unique values 0s

Character set type enum

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The character set type enum has the correct amount of values 0s
untested The character set type enum has only unique values 0s
untested The character set type enum has the correct values 0s

MimeType

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The mime type enum vales have the correct format 0s
untested The mime type enum vales can be retreived by extension 0s
untested A unknown extension returns application/octet-stream 0s

Operating system

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The current operating system can be returned 0s

System type

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The system type enum has the correct amount of values 0s
untested The system type enum has only unique values 0s
untested The system type enum has the correct values 0s

Invalid uri exception

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

untested The invalid uri exception is an unexpected value exception 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s
untested 0s

Form manager

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Description

successful 0.000600s

Modules\Admin\tests\Admin\AdminTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 1 1 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Module

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Admin\Install\MediaTest

Coverage

Description Total Covered Uncovered Ratio
Methods 1 0 1 0.0%
Statements 35 0 35 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

DefaultExcelTest\tests

Coverage

Description Total Covered Uncovered Ratio
Methods 1 0 1 0.0%
Statements 10 0 10 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

DefaultPdfTest\tests

Coverage

Description Total Covered Uncovered Ratio
Methods 3 0 3 0.0%
Statements 73 0 73 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

DefaultWordTest\tests

Coverage

Description Total Covered Uncovered Ratio
Methods 3 0 3 0.0%
Statements 109 0 109 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Admin\Install\MessagesTest

Coverage

Description Total Covered Uncovered Ratio
Methods 1 0 1 0.0%
Statements 33 0 33 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Admin\Install\NavigationTest

Coverage

Description Total Covered Uncovered Ratio
Methods 1 0 1 0.0%
Statements 1 0 1 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Admin\InstallTypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Admin\InstallerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 7 0 7 0.0%
Statements 125 0 125 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Admin\StatusTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Admin\UninstallerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Admin\UpdaterTest

Coverage

Description Total Covered Uncovered Ratio
Methods 1 0 1 0.0%
Statements 3 0 3 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Controller\ApiControllerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 94 0 94 0.0%
Statements 1472 43 1429 2.9%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Controller\BackendControllerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Controller\CliControllerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Controller\ControllerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountCredentialMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountExternalTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountExternalMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountExternalStatusTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountExternalSubtypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountExternalTypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 60 0 60 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountPermissionTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 3 0 3 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AccountPermissionMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AddressTest

Coverage

Description Total Covered Uncovered Ratio
Methods 4 0 4 0.0%
Statements 14 0 14 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AddressMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\ApiKeyTest

Coverage

Description Total Covered Uncovered Ratio
Methods 1 0 1 0.0%
Statements 2 0 2 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\ApiKeyMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 1 0 1 0.0%
Statements 25 0 25 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AppTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 7 0 7 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\AppMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\ContactTest

Coverage

Description Total Covered Uncovered Ratio
Methods 5 0 5 0.0%
Statements 5 0 5 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\ContactMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\ContactTypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\DataChangeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 5 0 5 0.0%
Statements 9 0 9 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\DataChangeMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\GroupTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 4 0 4 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\GroupMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 14 0 14 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\GroupPermissionTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 3 0 3 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\GroupPermissionMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\LocalizationMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\ModuleTest

Coverage

Description Total Covered Uncovered Ratio
Methods 7 1 6 14.3%
Statements 16 3 13 18.8%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\ModuleMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\ModuleStatusUpdateTypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullAccountTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 3 0 3 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullAccountExternalTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 2 0 2 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullAccountPermissionTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 3 0 3 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullAddressTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 2 0 2 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullAppTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 2 0 2 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullDataChangeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 3 0 3 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullGroupTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 3 0 3 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullGroupPermissionTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 0 2 0.0%
Statements 3 0 3 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\NullModuleTest

Coverage

Description Total Covered Uncovered Ratio
Methods 2 1 1 50.0%
Statements 3 2 1 66.7%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\PermissionAbstractMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 1 0 1 0.0%
Statements 1 0 1 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\PermissionCategoryTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\PermissionQueryBuilderTest

Coverage

Description Total Covered Uncovered Ratio
Methods 9 0 9 0.0%
Statements 86 0 86 0.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Models\SettingsEnumTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Theme\Backend\Components\AccountPermissionSelector\BaseViewTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Theme\Backend\Components\GroupTagSelector\GroupTagSelectorPopupViewTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Modules\tests\Admin\Theme\Backend\Components\GroupTagSelector\GroupTagSelectorViewTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 0 0 0 0 0 0

Theme\tests\Api\Lang\koTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\esTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\deTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\ukTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\elTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\noTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\jaTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\svTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\trTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\fiTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\daTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\thTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\arTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\frTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\itTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\enTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\ptTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\ruTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\csTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\huTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\zhTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Api\Lang\plTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\koTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\NavigationTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\esTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\deTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\ukTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\elTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\noTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\jaTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\svTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\trTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\fiTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\daTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\thTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\arTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\frTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\itTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\enTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\ptTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\ruTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\csTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\huTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\zhTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Lang\plTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Components\GroupTagSelector\GroupTagSelectorPopupViewTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Components\GroupTagSelector\GroupTagSelectorViewTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Theme\tests\Backend\Components\AccountPermissionSelector\BaseViewTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountExternalMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullDataChangeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullAccountExternalTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\PermissionCategoryTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\ModuleTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\ApiKeyMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AddressTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\GroupPermissionMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullAppTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountPermissionTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\SettingsEnumTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\ModuleStatusUpdateTypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\ApiKeyTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullModuleTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AppTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountCredentialMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountExternalSubtypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\LocalizationMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\ContactTypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\ContactMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\GroupPermissionTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullAccountPermissionTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\GroupMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\PermissionQueryBuilderTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\ContactTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\PermissionAbstractMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountExternalTypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\ModuleMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullAccountTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AddressMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\DataChangeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountPermissionMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullGroupPermissionTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AppMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\DataChangeMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountExternalTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullGroupTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\GroupTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\NullAddressTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountExternalStatusTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Models\tests\AccountMapperTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Controller\tests\ApiControllerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Controller\tests\CliControllerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Controller\tests\ControllerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Controller\tests\BackendControllerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\StatusTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\InstallTypeTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\InstallerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\MediaTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\MessagesTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\NavigationTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\Media\EmailExporter\defaultEmailExporterTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\Media\WordLetterExporter\defaultWordLetterExporterTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\Media\WordPlainTemplate\defaultWordExporterTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\Media\WordListExporter\defaultWordListExporterTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\Media\WordDefaultTemplate\docTemplateTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 0 0 0 0 7
Code Style 1 1 0 0 0 0

Admin\tests\Install\settingsTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\UninstallerTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\UpdaterTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 1 0 0 0 0
Code Style 1 1 0 0 0 0

Admin\tests\Install\Media\ExcelDefaultTemplate\spreadsheetTemplateTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 0 0 0 0 5
Code Style 0 0 0 0 0 0

Admin\tests\Install\Media\ExcelListExporter\defaultExcelExporterTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 0 0 0 0 1
Code Style 0 0 0 0 0 0

Admin\tests\Install\Media\PdfDefaultTemplate\pdfTemplateTest

Coverage

Description Total Covered Uncovered Ratio
Methods 0 0 0 100.0%
Statements 0 0 0 100.0%

Tests

Description Total OK Skipps Warnings Failures Errors
Tests 0 0 0 0 0 0
Static Tests 1 0 0 0 0 1
Code Style 0 0 0 0 0 0