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 | 3186 | 2126 | 1060 | 66.7% |
Statements | 22311 | 15612 | 6699 | 70.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Test Suits | 470 | 393 | 69 | 0 | 8 | 0 |
Tests | 2805 | 2348 | 442 | 0 | 15 | 0 |
Static Tests | 585 | 585 | 0 | 0 | 0 | 0 |
Code Style | 585 | 585 | 0 | 0 | 0 | 0 |
Total amount of assertions: 5828
Total testing time: 281.169818s
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 | 5 | 5 | 0 | 100.0% |
Statements | 16 | 16 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 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 |
successful | The manager has the expected default values after initialization | 0.047360s |
successful | An account can be added to the manager | 0.044447s |
successful | An account can be retrieved from the manager | 0.044376s |
successful | An account can only be added once to the account manager (no duplication) | 0.044396s |
successful | An account can be removed from the account manager | 0.044410s |
successful | Only a valid account can be removed from the manager | 0.044375s |
Base account/user representation
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 19 | 17 | 2 | 89.5% |
Statements | 52 | 49 | 3 | 94.2% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 14 | 14 | 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 |
successful | The account has the expected default values after initialization | 0.000544s |
successful | The account names can be set and retrieved correctly | 0.044392s |
successful | Groups can be added to an account | 0.044601s |
successful | An account can have a valid email address | 0.047046s |
successful | The default status of the account can be changed to a different valid status | 0.044392s |
successful | The default type of the account can be changed to a different valid type | 0.044370s |
successful | Account permissions can be added | 0.044642s |
successful | Account permissions can be checked for existence | 0.044402s |
successful | An account can have it's own localization | 0.044373s |
successful | An account 'last activity' timestamp can be updated and retrieved | 0.044373s |
successful | An account can only have a valid email | 0.000249s |
successful | An account can only have valid account status | 0.000160s |
successful | An account can only have valid account types | 0.000088s |
successful | Account permissions can be added | 0.044379s |
Base group representation
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 14 | 14 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 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 |
successful | The group has the expected default values after initialization | 0.000121s |
successful | The group name and description can be set and retrieved correctly | 0.000069s |
successful | Group permissions can be added | 0.000112s |
successful | Group permissions can be checked for existence | 0.000090s |
successful | Group permissions can be removed | 0.000087s |
successful | The default status of the group can be changed to a different valid status | 0.000069s |
successful | A group can only have valid group status | 0.000080s |
Base permission representation
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 71 | 71 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The permission has the expected default values after initialization | 0.000489s |
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 |
successful | The permission can be set and returned correctly | 0.000075s |
successful | Two permissions can be checked for equality | 0.000090s |
successful | Correct permissions are validated | 0.000082s |
successful | Invalid permissions are not validated | 0.000075s |
successful | Correct permission flags are validated | 0.000078s |
successful | Invalid permission flags are not validated | 0.000078s |
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 | 6 | 4 | 2 | 66.7% |
Statements | 63 | 60 | 3 | 95.2% |
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 |
Description
successful | The clustering of points and dynamic check of new points works as expected | 0.000715s |
Default point in a cluster
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 4 | 1 | 80.0% |
Statements | 6 | 5 | 1 | 83.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Coordinates of a point can be set and returned | 0.000075s |
successful | The group/cluster of a point can be set and returned | 0.000065s |
successful | The name of a point can be set and returned | 0.000066s |
Match a value by using the minimum quantity of available sub values (Minimum Coin Problem)
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 14 | 14 | 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 |
Description
successful | A value is matched with the minimum quantity of available coins. | 0.000246s |
Job scheduling based on values/profit
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 2 | 1 | 66.7% |
Statements | 41 | 40 | 1 | 97.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The optimal job combination is selected to maximize the value/profit without overlapping jobs | 0.000409s |
successful | A job list with only one job simply returns one job | 0.000082s |
Default job for the job scheduling
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 7 | 7 | 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 |
Description
successful | The job has the expected values after initialization | 0.000227s |
A Knapsack implementation for discrete quantities, values and costs and bounded item quantities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 26 | 26 | 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 |
Description
successful | The optimal item selection in a backpack is calculated in order to optimize the value/profit while considering the available capacity/cost limit | 0.034861s |
A Knapsack implementation for continuous quantities, values and costs
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 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] | 0.000249s |
successful | 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] | 0.000163s |
The default backpack or basket which holds all items for the Knapsack algorithm
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 8 | 8 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The backpack has the expected values after initialization | 0.000218s |
successful | Items can be added to the backpack and automatically change the value and cost the backpack contains | 0.000207s |
The default item to be added to the backpack or basket
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 6 | 6 | 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 |
Description
successful | The item has the expected values after initialization | 0.000076s |
Maze generation
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 56 | 56 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A random maze can be generated | 0.001358s |
successful | A random maze can be rendered | 0.001251s |
AStar path finding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 41 | 40 | 1 | 97.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The correct path is found for diagonal movement | 0.008358s |
successful | The correct path is found for straight movement | 0.007021s |
successful | The correct path is found for diagonal movement [one obstacle] | 0.007401s |
successful | The correct path is found for diagonal movement [no obstacle] | 0.008872s |
JumpPoint path finding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 12 | 11 | 1 | 91.7% |
Statements | 292 | 291 | 1 | 99.7% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The correct path is found for diagonal movement | 0.003706s |
successful | The correct path is found for straight movement | 0.006086s |
successful | The correct path is found for diagonal movement [one obstacle] | 0.003332s |
successful | The correct path is found for diagonal movement [no obstacle] | 0.005244s |
Grid for path finding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 64 | 64 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 18 | 18 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | By default a grid is empty | 0.000072s |
successful | A grid can be created from an array | 0.000125s |
successful | A node can be set and returned from the grid | 0.000094s |
successful | Out of bounds nodes cannot be returned | 0.000098s |
successful | All horizontal neighbors can be found correctly | 0.000111s |
successful | All vertical neighbors can be found correctly | 0.000109s |
successful | No straight neighbors are found if no straight neighbors exist | 0.000094s |
successful | All straight neighbors can be found correctly | 0.000122s |
successful | All neighbors except blocked diagonal neighbors can be found correctly | 0.000141s |
successful | All neighbors except blocked diagonal neighbors can be found correctly | 0.000141s |
successful | No diagonal neighbors are found if no neighbors exist | 0.000099s |
successful | All diagonal neighbors can be found correctly | 0.000126s |
successful | All neighbors can be found correctly | 0.000152s |
successful | All neighbors can be found correctly even if one obstacle exists | 0.000146s |
successful | No diagonal neighbors are found if they are blocked on two sides | 0.000132s |
successful | All neighbors can be found correctly if no obstacles exists | 0.000151s |
successful | No diagonal neighbors are found if one obstacle exists | 0.000130s |
successful | All neighbors can be found correctly if no obstacles exist | 0.000151s |
Heuristic for path finding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 13 | 13 | 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 |
Description
successful | The heuristics return the correct metric results | 0.000151s |
Node on grid for path finding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 9 | 9 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The node has the expected values after initialization | 0.000092s |
successful | Nodes with equal coordinates are equal | 0.000070s |
successful | Nodes with different coordinates are not equal | 0.000067s |
successful | A parent node can be set and returned | 0.000068s |
JumpPointNode on grid for path finding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 12 | 12 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The node has the expected values after initialization | 0.000193s |
successful | The node can be set closed and checked | 0.000075s |
successful | The node can be set opened and checked | 0.000067s |
successful | The node can be set tested and checked | 0.000066s |
successful | The g value cen be set and returned | 0.000066s |
successful | The h value cen be set and returned | 0.000071s |
successful | The f value cen be set and returned | 0.000065s |
JumpPointNode on grid for path finding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 10 | 0 | 100.0% |
Statements | 10 | 10 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The node has the expected values after initialization | 0.000317s |
successful | The node can be set closed and checked | 0.000084s |
successful | The node can be set opened and checked | 0.000068s |
successful | The g value cen be set and returned | 0.000068s |
successful | The h value cen be set and returned | 0.000066s |
successful | The f value cen be set and returned | 0.000065s |
Path on grid
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 47 | 47 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The path has the expected values after initialization | 0.000091s |
successful | The diagonal euclidean path length is calculated correctly | 0.000143s |
successful | The straight euclidean path length is calculated correctly | 0.000127s |
successful | The path is correctly expanded in case only jump points are defined | 0.000155s |
Bitonic sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 18 | 18 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000392s |
successful | A list ot elements can be sorted in ASC order | 0.000124s |
successful | A list ot elements can be sorted in DESC order | 0.000104s |
Bubble sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 13 | 13 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000160s |
successful | A list ot elements can be sorted in ASC order | 0.000090s |
successful | A list ot elements can be sorted in DESC order | 0.000086s |
Bucket sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000160s |
successful | A list ot elements can be sorted in ASC order | 0.000182s |
successful | A list ot elements can be sorted in DESC order | 0.000103s |
successful | If no buckets are specified the elements cannot be sorted and an empty result is returned | 0.000069s |
CocktailShaker sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 22 | 22 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000161s |
successful | A list ot elements can be sorted in ASC order | 0.000090s |
successful | A list ot elements can be sorted in DESC order | 0.000087s |
Comb sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 20 | 20 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000158s |
successful | A list ot elements can be sorted in ASC order | 0.000103s |
successful | A list ot elements can be sorted in DESC order | 0.000106s |
Cycle sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 30 | 28 | 2 | 93.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000166s |
successful | A list ot elements can be sorted in ASC order | 0.000123s |
successful | A list ot elements can be sorted in DESC order | 0.000110s |
Gnome sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 11 | 11 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000149s |
successful | A list ot elements can be sorted in ASC order | 0.000090s |
successful | A list ot elements can be sorted in DESC order | 0.000085s |
Heap sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 24 | 24 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000178s |
successful | A list ot elements can be sorted in ASC order | 0.000115s |
successful | A list ot elements can be sorted in DESC order | 0.000107s |
Insertion sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 11 | 11 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000149s |
successful | A list ot elements can be sorted in ASC order | 0.000089s |
successful | A list ot elements can be sorted in DESC order | 0.000084s |
Intro sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 18 | 17 | 1 | 94.4% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000172s |
successful | A list ot elements can be sorted in ASC order | 0.002129s |
successful | A list ot elements can be sorted in DESC order | 0.000093s |
Merge sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 38 | 38 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000183s |
successful | A list ot elements can be sorted in ASC order | 0.000147s |
successful | A list ot elements can be sorted in DESC order | 0.000107s |
OddEven sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 19 | 19 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000199s |
successful | A list ot elements can be sorted in ASC order | 0.000097s |
successful | A list ot elements can be sorted in DESC order | 0.000090s |
Pancake sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 26 | 26 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000167s |
successful | A list ot elements can be sorted in ASC order | 0.000101s |
successful | A list ot elements can be sorted in DESC order | 0.000094s |
Quick sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 22 | 22 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000173s |
successful | A list ot elements can be sorted in ASC order | 0.000102s |
successful | A list ot elements can be sorted in DESC order | 0.000097s |
Selection sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 13 | 13 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000072s |
successful | A list ot elements can be sorted in ASC order | 0.000088s |
successful | A list ot elements can be sorted in DESC order | 0.000084s |
Shell sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 10 | 10 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000154s |
successful | A list ot elements can be sorted in ASC order | 0.000094s |
successful | A list ot elements can be sorted in DESC order | 0.000090s |
Stooge sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 17 | 16 | 1 | 94.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000168s |
successful | A list ot elements can be sorted in ASC order | 0.000152s |
successful | A list ot elements can be sorted in DESC order | 0.000146s |
Tim sort
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 43 | 40 | 3 | 93.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list with one element returns the list with the element itself | 0.000192s |
successful | A list ot elements can be sorted in ASC order | 0.001334s |
successful | A list ot elements can be sorted in DESC order | 0.000091s |
Asset manager to handle/access assets
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 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 |
successful | The manager has the expected default values after initialization | 0.000173s |
successful | An asset can be added to the manager | 0.000083s |
successful | An asset can be retrieved from the manager | 0.000065s |
successful | An asset can only be added once to the manager (no duplication unless overwritten) | 0.000072s |
successful | An asset can be replaced upon request | 0.000083s |
successful | An asset can be removed from the manager | 0.000082s |
Asset manager to handle/access assets
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 3 | 3 | 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 |
Description
successful | The default http session doesn't authenticate an account | 0.000078s |
Depreciation calculations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 14 | 14 | 0 | 100.0% |
Statements | 22 | 22 | 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 |
Description
successful | The straight line depreciation and reverse value calculations are correct | 0.000247s |
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 | 88 | 88 | 0 | 100.0% |
Statements | 94 | 94 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 42 | 42 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The annual percentage yield (APY) and reverse value calculations are correct | 0.000514s |
successful | The future value of annuity (FVA) and reverse value calculations are correct | 0.000118s |
successful | The future value of annuity continuous compounding (FVACC) and reverse value calculations are correct | 0.000081s |
successful | The annuity payment from the present value (PV) and reverse value calculations are correct | 0.000077s |
successful | The annuity payment from the future value (FV) and reverse value calculations are correct | 0.000077s |
successful | The annuity payment from the present value (PV) and reverse value calculations are correct | 0.000071s |
successful | The present value of the annuity is correct | 0.000076s |
successful | The present value annuity factor of the annuity is correct | 0.000075s |
successful | The due present value the annuity is correct | 0.000098s |
successful | The due future value the annuity is correct | 0.000091s |
successful | The relative market share calculations by shares and ales are correct | 0.000068s |
successful | The asset ratio calculations are correct | 0.000068s |
successful | Balance ratio calculations for DII, Receivables/Turnover, and more are correct | 0.000075s |
successful | Dept ratios for dept coverage, dept to equity and dept to income are correct | 0.000075s |
successful | Return on balance statement positions are correct (e.g. return on assets, on equity) | 0.000071s |
successful | Balance / P&L ratios are correct (e.g. inventory turnover, net profit margin) | 0.000071s |
successful | Various ratios are correct (e.g. interest coverage, quick ratio, rate of inflation) | 0.000096s |
successful | Compound calculations for interest, principal and periods are correct | 0.000090s |
successful | Continuous compound calculations for interest, principal and periods are correct | 0.000106s |
successful | Calculations for interest, principal and periods are correct | 0.000091s |
successful | The discounted payback period is correct | 0.000080s |
successful | Test the correct calculation of the growth rate in order to double and vice versa | 0.000096s |
successful | Test the correct calculation of the growth rate in order to double and vice versa with continuous compounding | 0.000095s |
successful | Calculations for equivalent annual annuity are correct | 0.000102s |
successful | The free cash flow to equity calculation is correct (how much cash is available after expenses and dept payments) | 0.000080s |
successful | The free cash flow to firm calculation is correct (how much cash is available after expenses) | 0.000078s |
successful | The future value calculation is correct | 0.000085s |
successful | The future value calculation including continuous compounding is correct | 0.000079s |
successful | The future value factor calculation is correct | 0.000095s |
successful | The calculation of the geometric mean of multiple return rates is correct | 0.000389s |
successful | The calculation of the future value of the growing annuity is correct | 0.000097s |
successful | The calculation of the payment based on the future value of the growing annuity is correct | 0.000082s |
successful | The calculation of the present value of the growing annuity is correct | 0.000081s |
successful | The calculation of the payment based on the present value of the growing annuity is correct | 0.000082s |
successful | The calculation of the present value of the growing perpetuity is correct | 0.000079s |
successful | The calculation of the net present value is correct | 0.000085s |
successful | No cash flows in the net present value calculation result in 0 | 0.000064s |
successful | The calculation of the real rate of return is correct | 0.000079s |
successful | The calculation of the net working capital is correct | 0.000078s |
successful | The periods to reach a future value based on the present value is calculated correctly | 0.000080s |
successful | The calculation of the present value is correct | 0.000081s |
successful | The calculation of the present value using continuous compounding is correct | 0.000079s |
Loan formulas
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 6 | 6 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The loan to deposit ratio is correct | 0.000180s |
successful | The loan to value ratio is correct | 0.000087s |
successful | The balloon loan payments are correct for a given balloon | 0.000079s |
successful | The balloon loan residual value (balloon) is correct for given payments | 0.000077s |
successful | The loan payments are correct for a given interest rate and period [continuous compounding] | 0.000076s |
successful | The residual value is correct for a given payment amount, interest rate and period [continuous compounding] | 0.000076s |
Stock & bond related formulas
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 22 | 22 | 0 | 100.0% |
Statements | 25 | 25 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 12 | 12 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The calculation the bond yield based on face value and price is correct | 0.000088s |
successful | The calculation of the return of the capital asset pricing model is correct | 0.000076s |
successful | The capital gains yield calculation is correct | 0.000075s |
successful | The diluted earnings per share calculation is correct | 0.000074s |
successful | The calculation of the absolute return for multiple holding periods is correct | 0.000076s |
successful | The tax equivalent yield is calculated correctly | 0.000074s |
successful | The net asset value is calculated correctly | 0.000061s |
successful | The calculation of the present value of a stock with constant growth rate is correct | 0.000077s |
successful | The total stock return including dividends and sales price is correct | 0.000061s |
successful | The calculation of the yield of a bond is correct | 0.000075s |
successful | The calculation of value of the zero coupon bond is correct | 0.000075s |
successful | The calculation of the yield of a zero coupon bond is correct | 0.000075s |
Lorenz kurve
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 10 | 10 | 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 |
Description
successful | The gini coefficient calculation is correct | 0.000150s |
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 | 2 | 2 | 0 | 100.0% |
Statements | 9 | 9 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The simple customer life time value is correctly calculated | 0.000174s |
successful | The monthly recurring revenue (MRR) is correctly calculated | 0.000109s |
General marketing metrics
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 7 | 2 | 77.8% |
Statements | 37 | 35 | 2 | 94.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Test the correctness of the customer retention calculation | 0.000225s |
successful | The profit according to Berry can be correctly calculated | 0.000120s |
successful | The purchase probability of customers can be calculated based on historic information using the migration model | 0.001321s |
successful | The CLV can be calculated using the migration model | 0.000909s |
successful | The migration model can be used in order to determin which buying/none-buying customer group should receive a mailing | 0.000707s |
Net promoter
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 27 | 27 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The net promoter has the expected default values after initialization | 0.000180s |
successful | The net promoter score, detractors, passives and promoters are correct | 0.000277s |
Page rank algorithm
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 23 | 23 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Test the correctness of the page rank algorithm | 0.000457s |
successful | Test the correctness of the page rank algorithm with custom damping and starting values | 0.000251s |
General programming metrics
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 2 | 2 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Test correctness of the ABC calculation | 0.000167s |
successful | Test correctness of CRAP score | 0.000073s |
Market share calculations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 8 | 8 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The rank calculated with Zipf is correct | 0.050465s |
successful | The market share by rank calculated with Zipf is correct | 0.050912s |
Helper for managing options
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 15 | 15 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 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 |
successful | The option helper has the expected default values after initialization | 0.000081s |
successful | Options can be added to the helper | 0.000075s |
successful | Multiple options can be added to the helper in one go | 0.000121s |
successful | Multiple options can be retrieved | 0.000079s |
successful | Options can be overwritten/changed | 0.000109s |
Pool for caches
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 17 | 17 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 8 | 8 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The pool has the expected default values after initialization | 0.000538s |
successful | New cache connections can be added to the pool | 0.000605s |
successful | Cache connections cannot be overwritten with a different cache connection | 0.000127s |
successful | Cache connections can be accessed with an identifier | 0.000089s |
successful | By default a null cache is returned if no cache connection exists for the identifier | 0.000067s |
successful | Cache connections can created by the pool and automatically get added but not overwritten | 0.000200s |
successful | Cache connections can be removed from the pool | 0.000111s |
successful | Removing a cache with an invalid identifier will result in no actions | 0.000083s |
Factory for generating cache connections
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 5 | 3 | 2 | 60.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 2 | 2 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The file cache can be created | 0.000081s |
skipped | The memcached cache can be created | 0.000078s |
skipped | The redis cache can be created | 0.000068s |
successful | A invalid cache type results in an exception | 0.000071s |
File cache connection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 23 | 22 | 1 | 95.7% |
Statements | 265 | 263 | 2 | 99.2% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 21 | 20 | 0 | 0 | 1 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The file cache connection has the expected default values after initialization | 0.000276s |
successful | The connection to a dedicated cache directory can be established (none-existing directories get created) | 0.000231s |
successful | Different cache data (types) can be set and returned | 0.004031s |
successful | Cache data can bet added and returned | 0.000331s |
successful | Cache data cannot be added if it already exists | 0.000482s |
successful | Existing cache data can be replaced | 0.021965s |
successful | None-existing cache data cannot be replaced | 0.000330s |
successful | Cache data can be deleted | 0.000733s |
successful | The cache correctly handles general cache information | 0.000711s |
successful | The cache can be flushed | 0.000715s |
successful | Cache data can be set and returned with expiration limits | 0.000466s |
successful | Expired cache data can be forced to return | 2.001332s |
successful | Expired cache data cannot be returned | 2.004717s |
successful | Unexpired cache data cannot be delete if lower expiration is defined | 0.000516s |
successful | Expired cache data can be deleted if higher expiration is defined | 2.001228s |
successful | Unexpired data can be force deleted with lower expiration date | 2.003430s |
successful | Cache data can be flushed by expiration date | 2.005004s |
successful | A bad cache status will prevent all cache actions | 0.000332s |
failure | A invalid cache connection will throw an InvalidConnectionConfigException | 0.000319s |
successful | Adding a invalid data type will throw an InvalidArgumentException | 0.000340s |
successful | Setting a invaliddata type will throw an InvalidArgumentException | 0.000321s |
Memcached connection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 0 | 18 | 0.0% |
Statements | 76 | 0 | 76 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 18 | 0 | 18 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | The memcached connection has the expected default values after initialization | 0.000146s |
skipped | The connection to a cache can be established (none-existing directories get created) | 0.000131s |
skipped | Different cache data (types) can be set and returned | 0.000126s |
skipped | Cache data can bet added and returned | 0.000126s |
skipped | Cache data cannot be added if it already exists | 0.000127s |
skipped | Existing cache data can be replaced | 0.000126s |
skipped | None-existing cache data cannot be replaced | 0.000126s |
skipped | Cache data can be deleted | 0.000126s |
skipped | The cache correctly handles general cache information | 0.000126s |
skipped | The cache can be flushed | 0.000125s |
skipped | Cache data can be set and returned with expiration limits | 0.000126s |
skipped | Expired cache data can be forced to return | 0.000125s |
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 |
skipped | Cache data can be flushed by expiration date | 0.000124s |
skipped | A bad cache status will prevent all cache actions | 0.000126s |
skipped | Adding a invalid data type will throw an InvalidArgumentException | 0.000124s |
skipped | Setting a invalid data type will throw an InvalidArgumentException | 0.000131s |
skipped | A invalid host throws a InvalidConnectionConfigException | 0.000124s |
skipped | A invalid port throws a InvalidConnectionConfigException | 0.000124s |
Redis cache connection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 23 | 0 | 23 | 0.0% |
Statements | 164 | 0 | 164 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 18 | 0 | 18 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | The redis cache connection has the expected default values after initialization | 0.000139s |
skipped | The connection to a cache can be established (none-existing directories get created) | 0.000129s |
skipped | Different cache data (types) can be set and returned | 0.000127s |
skipped | Cache data can bet added and returned | 0.000125s |
skipped | Cache data cannot be added if it already exists | 0.000099s |
skipped | Existing cache data can be replaced | 0.000098s |
skipped | None-existing cache data cannot be replaced | 0.000097s |
skipped | Cache data can be deleted | 0.000098s |
skipped | The cache correctly handles general cache information | 0.000098s |
skipped | The cache can be flushed | 0.000098s |
skipped | Cache data can be set and returned with expiration limits | 0.000097s |
skipped | Expired cache data can be forced to return | 0.000097s |
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 |
skipped | A bad cache status will prevent all cache actions | 0.000097s |
skipped | Adding a invalid data type will throw an InvalidArgumentException | 0.000097s |
skipped | Setting a invalid data type will throw an InvalidArgumentException | 0.000098s |
skipped | A invalid host throws a InvalidConnectionConfigException | 0.000097s |
skipped | A invalid port throws a InvalidConnectionConfigException | 0.000098s |
skipped | A invalid database throws a InvalidConnectionConfigException | 0.000098s |
Null cache connection if no cache is available
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 17 | 1 | 94.4% |
Statements | 18 | 17 | 1 | 94.4% |
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 |
Description
successful | The default cache has the expected default values after initialization | 0.000148s |
CookieJar to handle http cookies
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 25 | 25 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 8 | 8 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The cookie jar has the expected default values and functionality after initialization | 0.000323s |
successful | Cookie values can be set and returned | 0.000089s |
successful | Cookie values can be forced to overwrite | 0.000069s |
successful | Cookie values cannot be overwritten | 0.000070s |
successful | Cookie values can be removed | 0.000068s |
successful | None-existing cookie values cannot be removed | 0.000071s |
successful | Values cannot be removed from a locked cookie and throws a LockException | 0.000162s |
successful | A locked cookie cannot be saved and throws a LockException | 0.000082s |
Pool for database connections
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 18 | 18 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The pool has the expected default values after initialization | 0.000162s |
successful | A database connection can be created by the pool | 0.000639s |
successful | Database connections cannot be overwritten | 0.000162s |
successful | Existing database connections can be added to the pool | 0.000509s |
successful | Database connections can be removed from the pool | 0.000181s |
successful | Invalid database connections cannot be removed | 0.000148s |
successful | The first connection added to the pool is the default connection | 0.000496s |
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 | 4 | 4 | 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 |
successful | The datamapper successfully creates a database entry of a model | 1.133380s |
untested | The datamapper successfully creates a database entry of array data | 0s |
successful | The datamapper successfully returns a database entry as model | 1.185376s |
untested | The datamapper successfully returns a database entry as array | 0s |
successful | The datamapper successfully updates a database entry from a model | 1.055797s |
untested | The datamapper successfully updates a database entry from an array | 0s |
successful | The datamapper successfully deletes a database entry from a model | 1.246332s |
Mapper for the database schema
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 2 | 3 | 40.0% |
Statements | 14 | 11 | 3 | 78.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The tables can be returned | 0.277446s |
successful | The fields of a table can be returned | 0.266799s |
Database connection factory
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 10 | 9 | 1 | 90.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 4 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The mysql connection can be successfully created | 0.000098s |
successful | The postgresql connection can be successfully created | 0.000088s |
skipped | The sqlserver connection can be successfully created | 0.000115s |
successful | The sqlite connection can be successfully created | 0.000090s |
successful | A invalid database type throws a InvalidArgumentException | 0.000089s |
Mysql connection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 1 | 4 | 20.0% |
Statements | 27 | 23 | 4 | 85.2% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Valid mysql connection data result in a valid database connection | 0.000689s |
successful | A missing database type returns a failure | 0.000097s |
successful | A missing database host returns a failure | 0.000077s |
successful | A missing database port returns a failure | 0.000076s |
successful | A missing database returns a failure | 0.000077s |
successful | A missing database login returns a failure | 0.000076s |
successful | A missing database password returns a failure | 0.000076s |
successful | A invalid database type returns a failure | 0.000081s |
successful | A invalid database returns a failure | 0.000293s |
Postgresql connection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 1 | 4 | 20.0% |
Statements | 27 | 20 | 7 | 74.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 8 | 7 | 0 | 0 | 1 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
failure | Valid postgresql connection data result in a valid database connection | 0.000306s |
successful | A missing database type returns a failure | 0.000083s |
successful | A missing database host returns a failure | 0.000077s |
successful | A missing database port returns a failure | 0.000076s |
successful | A missing database returns a failure | 0.000076s |
successful | A missing database login returns a failure | 0.000076s |
successful | A missing database password returns a failure | 0.000076s |
successful | A invalid database returns a failure | 0.000079s |
Postgresql connection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 1 | 4 | 20.0% |
Statements | 29 | 25 | 4 | 86.2% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Valid sqlite connection data result in a valid database connection | 0.000190s |
successful | A missing database type returns a failure | 0.000078s |
successful | A missing database returns a failure | 0.000076s |
Sqlserver connection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 1 | 4 | 20.0% |
Statements | 26 | 7 | 19 | 26.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 0 | 9 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | Valid sqlserver connection data result in a valid database connection | 0.000072s |
skipped | A missing database type returns a failure | 0.000065s |
skipped | A missing database host returns a failure | 0.000065s |
skipped | A missing database port returns a failure | 0.000068s |
skipped | A missing database returns a failure | 0.000066s |
skipped | A missing database login returns a failure | 0.000066s |
skipped | A missing database password returns a failure | 0.000065s |
skipped | A invalid database type returns a failure | 0.000065s |
skipped | A invalid database returns a failure | 0.000065s |
Null connection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 1 | 4 | 20.0% |
Statements | 5 | 1 | 4 | 20.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 |
Description
successful | A null connection can be created as placeholder | 0.000184s |
Query builder for sql queries
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 66 | 47 | 19 | 71.2% |
Statements | 223 | 179 | 44 | 80.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 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 | 23 | 6 | 17 | 26.1% |
Statements | 175 | 141 | 34 | 80.6% |
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 |
Description
successful | The grammar has the expected default values after initialization | 0.000069s |
Mysql sql query grammar
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 4 | 3 | 1 | 75.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 |
Description
successful | The grammar has the expected default values after initialization | 0.000082s |
SQLite sql query grammar
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 4 | 3 | 1 | 75.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 |
Description
successful | The grammar has the expected default values after initialization | 0.000082s |
Query builder for sql schemas
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 13 | 10 | 3 | 76.9% |
Statements | 62 | 49 | 13 | 79.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 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 | 14 | 2 | 12 | 14.3% |
Statements | 68 | 34 | 34 | 50.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 |
Description
successful | The grammar has the expected default values after initialization | 0.000065s |
Mysql sql schema grammar
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 3 | 3 | 50.0% |
Statements | 55 | 32 | 23 | 58.2% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The grammar has the expected default values after initialization | 0.000526s |
successful | The the grammar correctly creates and returns a database table | 0.195117s |
successful | The grammar correctly deletes a table | 0.258811s |
SQLite sql schema grammar
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 2 | 1 | 66.7% |
Statements | 32 | 30 | 2 | 93.8% |
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 |
Description
successful | The grammar has the expected default values after initialization | 0.000164s |
Session data handler for http sessions
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 12 | 11 | 1 | 91.7% |
Statements | 54 | 42 | 12 | 77.8% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The session has the expected default values after initialization | 0.000433s |
successful | Session data can be set and returned | 0.000209s |
successful | Session data can be forced to overwrite | 0.000131s |
successful | Session data cannot be overwritten | 0.000140s |
successful | Session data can be removed | 0.000131s |
successful | None-existing session data cannot be removed | 0.000129s |
successful | A session id can be set and returned | 0.000123s |
successful | A session can be locked for changes | 0.000127s |
untested | Session data can be saved | 0s |
successful | Locked sessions cannot be saved | 0.000123s |
successful | A locked session cannot add or change data | 0.000131s |
successful | A locked session cannot remove data | 0.000131s |
Dispatcher for executing request endpoints
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 6 | 1 | 85.7% |
Statements | 41 | 40 | 1 | 97.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 10 | 10 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The dispatcher can dispatch a function/closure | 0.000160s |
successful | The dispatcher can dispatch a method as string representation of a controller | 0.000231s |
successful | The dispatcher can dispatch a method as array representation of a controller | 0.000116s |
successful | The dispatcher can dispatch a static method as string representation | 0.000102s |
successful | The dispatcher can dispatch multiple destinations after another | 0.000118s |
untested | A invalid destination type throws UnexpectedValueException | 0s |
successful | A invalid controller path throws a PathException | 0.000099s |
successful | A invalid function path throws a Exception | 0.000088s |
successful | A malformed dispatch path throws UnexpectedValueException | 0.000086s |
untested | The dispatcher has the expected attributes | 0s |
successful | A route can be added and dispatched | 0.000574s |
successful | The dispatcher can pass additional data to the destination | 0.000098s |
Event manager for managing and executing events
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 13 | 12 | 1 | 92.3% |
Statements | 100 | 97 | 3 | 97.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 18 | 18 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The event manager has the expected default values after initialization | 0.000312s |
successful | New events can be added | 0.000091s |
successful | Multiple callbacks can be added to an event | 0.000082s |
successful | An event only gets executed if all conditions and sub conditions are met | 0.000092s |
successful | An event doesn't get executed if not all conditions and sub conditions are met | 0.000076s |
successful | None-existing events cannot be executed/triggered | 0.000067s |
successful | An event can be triggered with group and id regex matches | 0.000117s |
successful | An event can be triggered with a fixed group definition and id regex matches | 0.000093s |
successful | An event can be triggered with regex group matches and fixed id definition | 0.000103s |
successful | A invalid regex match will not triggered an event | 0.000098s |
successful | 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 | 0.000102s |
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 |
successful | An event can be manually removed/detached | 0.000088s |
successful | None-existing events cannot be manually removed/detached | 0.000082s |
successful | An event can be defined to automatically remove itself after all conditions and subconditions are met and it is executed | 0.000098s |
successful | Events can be imported from a file | 0.000154s |
successful | Invalid event files cannot be imported and return a failure | 0.000074s |
untested | The event manager has the expected member variables | 0s |
successful | Events can be cleared | 0.000081s |
successful | An event can be defined to not reset after all conditions and subconditions are met. Then an event can be triggered any time. | 0.000100s |
Localization manager for view templates
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 7 | 4 | 63.6% |
Statements | 73 | 62 | 11 | 84.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The localization manager has the expected default values after initialization | 0.000116s |
successful | Language data can be loaded and output as plain text or html | 0.000086s |
untested | Language data can be loaded from a file | 0s |
successful | The numeric value can be printed based on the localization | 0.000145s |
successful | The percentage value can be printed based on the localization | 0.000112s |
successful | The currency value can be printed based on the localization | 0.000504s |
successful | The datetime value can be printed based on the localization | 0.000163s |
untested | Loading language for an invalid module throws Exception | 0s |
untested | he localization manager has the expected member variables | 0s |
successful | An invalid localization source returns an error string | 0.000073s |
successful | Language data can be loaded from a file | 0.000116s |
successful | Multiple languages can be loaded from a file | 0.000099s |
Localization for information such as language, currency, location, language specific formatting etc.
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 37 | 35 | 2 | 94.6% |
Statements | 149 | 132 | 17 | 88.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 28 | 28 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The localization has the expected default values after initialization | 0.000342s |
successful | The language can be set and returned | 0.000072s |
successful | Setting a invalid language code throws InvalidEnumValue | 0.000135s |
successful | The country can be set and returned | 0.000076s |
successful | Setting a invalid country code throws InvalidEnumValue | 0.000087s |
successful | The timezone can be set and returned | 0.000073s |
successful | Setting a invalid timezone code throws InvalidEnumValue | 0.000083s |
successful | The currency can be set and returned | 0.000072s |
successful | Setting a invalid currency code throws InvalidEnumValue | 0.000084s |
successful | The datetime can be set and returned | 0.000068s |
successful | The decimal can be set and returned | 0.000066s |
successful | The thousands can be set and returned | 0.000066s |
successful | The angle can be set and returned | 0.000069s |
successful | Setting a invalid angle throws InvalidEnumValue | 0.000078s |
successful | The temperature can be set and returned | 0.000069s |
successful | Setting a invalid temperature throws InvalidEnumValue | 0.000079s |
successful | The weight can be set and returned | 0.000066s |
successful | The precision can be set and returned | 0.000070s |
successful | The length can be set and returned | 0.000066s |
successful | The area can be set and returned | 0.000066s |
successful | The volume can be set and returned | 0.000066s |
successful | The speed can be set and returned | 0.000066s |
successful | Localization data can be loaded from a locale file | 0.000145s |
successful | Localization data can be loaded from a locale file | 0.000099s |
successful | Localization data can be serialized and unserialized | 0.000143s |
successful | 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 | 0.000107s |
successful | By default the english locale file will be loaded if no other locale file can be found | 0.000100s |
untested | Loading localization data from a file with invalid language throws InvalidEnumValue | 0s |
untested | The localization has the expected member variables | 0s |
successful | The currency format can be set and returned | 0.000066s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The model can be read from the database | 0.000624s |
City database model
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 6 | 6 | 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 |
Description
successful | The model has the expected and default values | 0.000095s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The model can be read from the database | 0.000489s |
Country database model
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 7 | 0 | 100.0% |
Statements | 7 | 7 | 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 |
Description
successful | The model has the expected and default values | 0.000101s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The model can be read from the database | 0.000516s |
Currency database model
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 7 | 0 | 100.0% |
Statements | 7 | 7 | 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 |
Description
successful | The model has the expected and default values | 0.000098s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The model can be read from the database | 0.000456s |
Iban database model
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 4 | 4 | 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 |
Description
successful | The model has the expected and default values | 0.000086s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The model can be read from the database | 0.000471s |
Language database model
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 6 | 6 | 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 |
Description
successful | The model has the expected and default values | 0.000093s |
Money datatype for internal representation of money
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 2 | 2 | 50.0% |
Statements | 11 | 7 | 4 | 63.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 12 | 12 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The datatype has the expected member variables and default values | 0.000075s |
successful | The datatype returns the correct default string representation (#,###.##) | 0.000070s |
successful | The datatype returns up to 4 decimal places if requested (#,###.####) | 0.000074s |
successful | 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 | 0.000078s |
successful | The datatype allows to modify the value by overwriting it with new string characters or integers correctly | 0.000081s |
successful | The datatype can print out money with different thousands, decimals and currency symbols as per definition by the user | 0.000073s |
successful | The string character input is correctly serialized to the numeric representation | 0.000085s |
successful | The string character input is correctly unserialized from a numeric representation | 0.000072s |
successful | The datatype correctly adds and subtracts the different money representations in string, numeric or Money type | 0.000142s |
successful | The datatype correctly multiplies and divides the money with numerics | 0.000076s |
successful | The datatype correctly handles the absolute value | 0.000068s |
successful | The datatype correctly handles the power operator | 0.000068s |
File logger for saving log information in a local file
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 21 | 19 | 2 | 90.5% |
Statements | 149 | 147 | 2 | 98.7% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 15 | 15 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The logger has the expected default values after initialization | 0.000114s |
successful | The file logger can automatically create a new instance if none exists | 0.000100s |
successful | A log file for the output can be specified for the file logger | 0.000261s |
successful | If no log file name is specified a log file per date is created | 0.000178s |
successful | If no logs are performed no log file will be created | 0.000094s |
successful | Logs with different levels get correctly stored in the log file | 0.008817s |
successful | Log files can be analyzed for the highest perpetrator (IP address) | 0.000285s |
successful | Logs can be read from the log file | 0.000709s |
successful | Invalid log reads return empty log data | 0.000280s |
successful | A line can be read from a log file | 0.000286s |
successful | None-existing lines return on read empty log data | 0.000278s |
successful | A verbose file logger automatically outputs log data | 0.000173s |
successful | A verbose console log outputs log data | 0.000123s |
successful | The logger can perform timings for internal duration logging | 0.000091s |
successful | A invalid log type throws a InvalidEnumValue | 0.000104s |
untested | The logger has the expected member variables | 0s |
Fibonacci functions
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A number can be checked if it is a fibonacci number | 0.000310s |
successful | A fibonacci number can be returned by index | 0.000085s |
successful | The binet formula returns fibonacci numbers | 0.000082s |
successful | The binet formula and the fibonacci formula return the same results | 0.000078s |
Various math functions
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 13 | 10 | 3 | 76.9% |
Statements | 92 | 79 | 13 | 85.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 10 | 10 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The factorial of a number can be calculated | 0.000309s |
successful | The binomial coefficient can be calculated | 0.000108s |
successful | The ackerman function can be calculated | 0.005838s |
successful | The multiplicative inverse module can be calculated | 0.000085s |
successful | A number can be checked if it is odd | 0.000079s |
successful | A number can be checked if it is even | 0.000077s |
successful | The relative number can be calculated on a circular number system (e.g. month in a diverging business year) | 0.000076s |
successful | The error function can be correctly approximated | 0.000201s |
successful | The complementary error function can be correctly approximated | 0.000193s |
successful | The generalized hypergeometric function can be correctly calculated | 0.000205s |
Gamma function
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 9 | 2 | 81.8% |
Statements | 67 | 64 | 3 | 95.5% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The gamma function can be approximated | 0.000112s |
successful | The gamma function can be calculated for integers | 0.000071s |
successful | The gamma function can be approximated with the spouge formula | 0.000230s |
successful | The gamma function can be approximated with the stirling formula | 0.000081s |
successful | The gamma function can be approximated with the lanzos formula | 0.000127s |
successful | The log gamma function can be approximated | 0.000110s |
successful | The first incomplete gamma function can be approximated | 0.000151s |
successful | The second incomplete gamma function can be approximated | 0.000173s |
successful | The regularized incomplete gamma function can be approximated | 0.000132s |
Beta function
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 4 | 1 | 80.0% |
Statements | 49 | 44 | 5 | 89.8% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 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 |
successful | The log beta function can be approximated | 0.000478s |
successful | The incomplete beta function can be approximated | 0.000273s |
successful | The regularized beta function can be approximated | 0.000178s |
Monotone chain
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 22 | 22 | 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 |
Description
successful | A convex hull can be formed from multiple points on a plane | 0.000985s |
Circle shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 4 | 4 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The surface can be calculated | 0.000258s |
successful | The perimeter can be calculated | 0.000097s |
successful | The radius can be calculated with the surface | 0.000069s |
successful | The radius can be calculated with the perimeter | 0.000066s |
Ellipse shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 2 | 2 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The surface can be calculated | 0.000168s |
successful | The perimeter can be calculated | 0.000091s |
Polygon shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 12 | 11 | 1 | 91.7% |
Statements | 64 | 62 | 2 | 96.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 8 | 8 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The location of a point can be checked relative to a polygon | 0.000413s |
successful | The interior angle can be calculated | 0.000123s |
successful | The exterior angle can be calculated | 0.000067s |
successful | The perimeter can be calculated | 0.000102s |
successful | The area can be calculated | 0.000091s |
successful | The barycenter can be calculated | 0.000095s |
successful | The regular area can be calculated with the side length | 0.000082s |
successful | The regular area can be calculated with the radius | 0.000080s |
Quadrilateral shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 3 | 3 | 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 |
Description
successful | The area can be calculated | 0.000210s |
Rectangle shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 3 | 3 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The surface can be calculated | 0.000167s |
successful | The perimeter can be calculated | 0.000087s |
successful | The diagonal can be calculated | 0.000081s |
Trapezoid shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 7 | 0 | 100.0% |
Statements | 7 | 7 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The surface can be calculated | 0.000172s |
successful | The perimeter can be calculated | 0.000088s |
successful | The height can be calculated | 0.000083s |
successful | The side lengths can be calculated | 0.000127s |
Triangle shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 7 | 7 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The surface can be calculated | 0.000166s |
successful | The perimeter can be calculated | 0.000087s |
successful | The height can be calculated | 0.000080s |
successful | The hypotenuse can be calculated | 0.000081s |
Cone shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 4 | 4 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The volume can be calculated | 0.000212s |
successful | The surface can be calculated | 0.000096s |
successful | The slant height can be calculated | 0.000081s |
successful | The height can be calculated with the volume | 0.000080s |
Cuboid shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 2 | 2 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The volume can be calculated | 0.000159s |
successful | The surface can be calculated | 0.000087s |
Cylinder shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 3 | 3 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The volume can be calculated | 0.000158s |
successful | The surface can be calculated | 0.000087s |
successful | The lateral surface can be calculated | 0.000080s |
Prism shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 3 | 3 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The volume can be calculated with the length | 0.000172s |
successful | The volume can be calculated with the radius | 0.000091s |
successful | The surface can be calculated | 0.000082s |
Rectangular pyramid shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 3 | 3 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The volume can be calculated | 0.000166s |
successful | The surface can be calculated | 0.000089s |
successful | The lateral surface can be calculated | 0.000081s |
Sphere shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 12 | 12 | 0 | 100.0% |
Statements | 20 | 20 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The volume can be calculated | 0.000217s |
successful | The surface can be calculated | 0.000128s |
successful | The distance on a sphere can be calculated | 0.000092s |
successful | The sphere can be created by its radius | 0.000082s |
successful | The sphere can be created by its volume | 0.000084s |
successful | The sphere can be created by its surface | 0.000087s |
Tetrahedron shape
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 3 | 3 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The volume can be calculated | 0.000198s |
successful | The surface can be calculated | 0.000088s |
successful | The face area can be calculated | 0.000080s |
Matrix operations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 42 | 32 | 10 | 76.2% |
Statements | 275 | 179 | 96 | 65.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 22 | 22 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A matrix can return its dimension | 0.000101s |
successful | A matrix can be right-hand multiplied with a matrix | 0.000092s |
successful | A matrix can be right-hand multiplied with a scalar | 0.000105s |
successful | A scalar can be added to every matrix element | 0.000103s |
successful | A scalar can be subtracted from every matrix element | 0.000102s |
successful | Two matrices can be added to each other | 0.000107s |
successful | Two matrices can be subtracted from each other | 0.000114s |
successful | The determinant of a matrix can be calculated | 0.000149s |
successful | A symmetric matrix can be validated for symmetry | 0.000105s |
successful | A none-symmetric matrix cannot be validated for symmetry | 0.000098s |
successful | A matrix can be transposed | 0.000100s |
successful | A matrix equation Ax = b can be solved for x | 0.000311s |
successful | The rank of a matrix can be calculated | 0.000163s |
successful | The upper triangular matrix can be calculated | 0.000107s |
successful | The matrix elements can be set and returned | 0.000111s |
successful | A matrix can be accessed like a 1-dimensional array | 0.000218s |
successful | Sub matrices can be extracted from a matrix | 0.000141s |
successful | Setting a matrix element outside of the dimensions throws a InvalidDimensionException | 0.000105s |
successful | Returning a matrix element outside of the dimensions throws a InvalidDimensionException | 0.000104s |
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 |
successful | Adding a matrix with a different dimension to a matrix throws a InvalidDimensionException | 0.000109s |
successful | Subtracting a matrix from a different dimension to a matrix throws a InvalidDimensionException | 0.000117s |
successful | SMultiplying a matrix with a different n x m dimension to a matrix throws a InvalidDimensionException | 0.000108s |
Matrix operations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 3 | 3 | 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 |
Description
successful | The identity matrix is the identity | 0.000078s |
Vector operations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 4 | 2 | 66.7% |
Statements | 28 | 8 | 20 | 28.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The vector has the expected default values after initialization | 0.000092s |
successful | The vector values can be set and returned | 0.000089s |
successful | A invalid vector throws a InvalidDimensionException | 0.000080s |
Cholesky decomposition
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 3 | 1 | 75.0% |
Statements | 37 | 36 | 1 | 97.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The decomposition can be created and the original matrix can be computed | 0.000613s |
successful | The decomposition matrix has the expected values | 0.000425s |
successful | A matrix can be checked for symmetric positivity | 0.000111s |
successful | The equation Ax = b can be solved | 0.000261s |
successful | A invalid vector throws a InvalidDimensionException | 0.000187s |
Eigenvalue decomposition
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 9 | 2 | 81.8% |
Statements | 473 | 452 | 21 | 95.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 8 | 8 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A matrix can be checked for symmetry | 0.001142s |
successful | The eigenvalues can be calculated for a symmetric matrix | 0.000482s |
successful | The V matrix of the decomposition can be calculated for a symmetric matrix | 0.000551s |
successful | The D matrix of the decomposition can be calculated for a symmetric matrix | 0.000546s |
successful | The eigenvalues can be calculated for a none-symmetric matrix | 0.000458s |
untested | The V matrix of the decomposition can be calculated for a none-symmetric matrix | 0s |
successful | The D matrix of the decomposition can be calculated for a none-symmetric matrix | 0.000589s |
successful | The decomposition can be created and the original matrix can be computed for a symmetric matrix | 0.000617s |
successful | The decomposition can be created and the original matrix can be computed for a none-symmetric matrix | 0.000719s |
LU decomposition
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 6 | 1 | 85.7% |
Statements | 78 | 69 | 9 | 88.5% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The L matrix of the decomposition can be calculated | 0.000440s |
successful | The U matrix of the decomposition can be calculated | 0.000428s |
successful | The matrix can be checked for singularity | 0.000141s |
successful | The equation Ax = b can be solved for a none-singular matrix | 0.000283s |
successful | The equation Ax = b can be solved for a singular matrix | 0.000117s |
successful | The pivots of the decomposition can be calculated | 0.000103s |
successful | The decomposition can be created and the original matrix can be computed | 0.000465s |
successful | The determinat can be calculated | 0.000103s |
successful | A invalid vector throws a InvalidDimensionException | 0.000114s |
QR decomposition
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 3 | 2 | 60.0% |
Statements | 75 | 72 | 3 | 96.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A matrix can be checked if it has a full rank | 0.000303s |
successful | The Q matrix of the decomposition can be calculated | 0.000477s |
successful | The R matrix of the decomposition can be calculated | 0.000433s |
successful | The decomposition can be created and the original matrix can be computed | 0.000491s |
successful | The equation Ax = b can be solved | 0.000293s |
Complex number operations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 26 | 22 | 4 | 84.6% |
Statements | 62 | 56 | 6 | 90.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The complex number has the expected default values after initialization | 0.000284s |
successful | The real and imaginary part can be set during initialization and returned | 0.000084s |
successful | A complex number can be added to a complex number | 0.000078s |
successful | A real number can be added to a complex number | 0.000074s |
successful | A complex number can be subtracted from a complex number | 0.000076s |
successful | A real number can be subtracted from a complex number | 0.000073s |
successful | A complex number can be multiplied with a complex number | 0.000076s |
successful | A real number can be multiplied with a complex number | 0.000072s |
successful | A complex number can be divided by a complex number number | 0.000078s |
successful | A complex number can be divided by a real number | 0.000072s |
successful | A complex number can be conjugated | 0.000072s |
successful | The reciprocal of a complex number can be calculated | 0.000072s |
successful | A complex number can be squared | 0.000076s |
successful | The real power of a complex number can be calculated | 0.000097s |
successful | The absolute value of a complex number can be calculated | 0.000086s |
successful | The square root of a complex number can be calculated | 0.000083s |
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 | 5 | 5 | 0 | 100.0% |
Statements | 38 | 38 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A value can be checked to be an integer | 0.000211s |
successful | An integer can be factorized | 0.000234s |
successful | The Pollard's Roh algorithm calculates a factor of an integer | 0.000996s |
successful | The Fermat factorization calculates a factor of an integer | 0.000079s |
successful | A even number for the fermat factorization throws a InvalidArgumentException | 0.000082s |
successful | The greatest common divisor can be calculated | 0.000082s |
Natural number operations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | A number can be checked to be natural | 0.000186s |
General number utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 20 | 20 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A number can be checked to be perfect | 0.002004s |
successful | A number can be checked to be self-describing | 0.000085s |
successful | A number can be checked to be squared | 0.000075s |
successful | The amount of trailing zeros can be counted | 0.000073s |
Prime number utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 4 | 1 | 80.0% |
Statements | 50 | 47 | 3 | 94.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A number can be checked to be a prime number | 0.000087s |
successful | A prime number can be generated with the sieve of erathosthenes | 0.000103s |
successful | A number can be checked to be prime with the rabin test | 0.076628s |
successful | Mersenne numbers can be calculated | 0.000079s |
successful | A number can be checked to be a mersenne number | 0.000070s |
Metric/distance calculations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 10 | 0 | 100.0% |
Statements | 56 | 56 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 12 | 12 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The manhattan distance can be calculated | 0.000074s |
successful | The euclidean distance can be calculated | 0.000083s |
successful | The chebyshev distance can be calculated | 0.000067s |
successful | The octile distance can be calculated | 0.000082s |
successful | The minkowski distance can be calculated | 0.000082s |
successful | The canberra distance can be calculated | 0.000081s |
successful | The bray-curtis distance can be calculated | 0.000068s |
successful | The angular distance can be calculated | 0.000081s |
successful | The hamming distance can be calculated | 0.000068s |
successful | The ulam distance can be calculated | 0.000083s |
successful | Different dimension sizes for the coordinates in the hamming metric throw a InvalidDimensionException | 0.000082s |
successful | Different dimension sizes for the coordinates in the ulam metric throw a InvalidDimensionException | 0.000075s |
Metric/distance calculations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 8 | 1 | 88.9% |
Statements | 71 | 55 | 16 | 77.5% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The manhattan distance can be calculated | 0.000076s |
successful | The euclidean distance can be calculated | 0.000070s |
successful | The chebyshev distance can be calculated | 0.000070s |
successful | The minkowski distance can be calculated | 0.000071s |
successful | The canberra distance can be calculated | 0.000070s |
successful | The bray-curtis distance can be calculated | 0.000069s |
successful | The angular distance can be calculated | 0.000071s |
successful | The hamming distance can be calculated | 0.000069s |
successful | Different dimension sizes for the coordinates in the manhattan metric throw a InvalidDimensionException | 0.000076s |
successful | Different dimension sizes for the coordinates in the euclidean metric throw a InvalidDimensionException | 0.000074s |
successful | Different dimension sizes for the coordinates in the chebyshev metric throw a InvalidDimensionException | 0.000073s |
successful | Different dimension sizes for the coordinates in the minkowski metric throw a InvalidDimensionException | 0.000074s |
successful | Different dimension sizes for the coordinates in the canberra metric throw a InvalidDimensionException | 0.000073s |
successful | Different dimension sizes for the coordinates in the Bray Curtis metric throw a InvalidDimensionException | 0.000073s |
successful | Different dimension sizes for the coordinates in the angular separation metric throw a InvalidDimensionException | 0.000073s |
successful | Different dimension sizes for the coordinates in the hamming metric throw a InvalidDimensionException | 0.000073s |
Cubic spline interpolation
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 50 | 50 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The spline interpolation using the first derivative is correct | 0.000626s |
successful | The spline interpolation using the second derivative is correct | 0.000342s |
successful | The spline interpolation for out of bounds values uses linear extrapolation | 0.000324s |
Lagrange interpolation
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 10 | 10 | 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 |
Description
successful | The lagrange interpolation is correct | 0.000187s |
Linear interpolation
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 30 | 30 | 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 |
Description
successful | The linear interpolation is correct | 0.000375s |
Numeric integration
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 28 | 28 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Integration by summing up rectangle areas from the left side | 0.001243s |
successful | Integration by summing up rectangle areas from the right side | 0.001166s |
successful | Integration by summing up rectangle areas from the middle | 0.001201s |
successful | Integration by summing up trapezoid areas | 0.001183s |
successful | Integration by using the simpson formula | 0.002261s |
Evaluator for simple math formulas
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 61 | 61 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Basic formulas using +, -, *, /, () and ^ can be evaluated | 0.000500s |
successful | Badly formed formulas return null as result | 0.000091s |
Level level regression
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 2 | 2 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The regression parameters are calculated correctly | 0.000351s |
successful | The slope is calculated correctly | 0.000113s |
successful | The elasticity is calculated correctly | 0.000092s |
successful | The standard error of the population is calculated correctly | 0.000112s |
successful | The standard error of the sample is calculated correctly | 0.000110s |
successful | The prediction interval is calculated correctly | 0.000431s |
successful | Different dimension sizes for x and y coordinates throw a InvalidDimensionException | 0.000133s |
Level log regression
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 7 | 7 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The regression parameters are calculated correctly | 0.000296s |
successful | The slope is calculated correctly | 0.000090s |
successful | The elasticity is calculated correctly | 0.000079s |
successful | Different dimension sizes for x and y coordinates throw a InvalidDimensionException | 0.000092s |
Log level regression
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 7 | 7 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The regression parameters are calculated correctly | 0.000256s |
successful | The slope is calculated correctly | 0.000087s |
successful | The elasticity is calculated correctly | 0.000079s |
successful | Different dimension sizes for x and y coordinates throw a InvalidDimensionException | 0.000098s |
Log log regression
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 8 | 8 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The regression parameters are calculated correctly | 0.000247s |
successful | The slope is calculated correctly | 0.000089s |
successful | The elasticity is calculated correctly | 0.000080s |
successful | Different dimension sizes for x and y coordinates throw a InvalidDimensionException | 0.000092s |
Polynomial regression
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 38 | 38 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The regression parameters are calculated correctly | 0.000307s |
successful | Different dimension sizes for x and y coordinates throw a InvalidDimensionException | 0.000115s |
Naive bayes classifier for numeric values and strings/attributes
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 1 | 2 | 33.3% |
Statements | 82 | 80 | 2 | 97.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The classification of strings/attributes is correct | 0.000361s |
successful | The classification of numeric values is correct | 0.000237s |
Averages
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 11 | 0 | 100.0% |
Statements | 103 | 103 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The average change of a dataset is correctly calculated | 0.000074s |
successful | The average mean of angles is calculated correctly | 0.000200s |
successful | The arithmetic mean is calculated correctly | 0.000099s |
successful | The weighted average is calculated correctly | 0.000083s |
successful | The geometic mean is calculated correctly | 0.000100s |
successful | The harmonic mean is calculated correctly | 0.000102s |
successful | The moving average is calculated correctly | 0.000583s |
successful | The weighted moving average is calculated correctly | 0.000243s |
successful | Different weight and dataset dimensions throw a InvalidDimensionException | 0.000082s |
successful | An empty dataset for the arithmetic mean throws a ZeroDivisionException | 0.000075s |
successful | An empty dataset for the moving average throws a Exception | 0.000073s |
successful | An empty dataset for the harmonic mean throws a ZeroDivisionException | 0.000073s |
successful | An empty dataset for the geometric mean throws a ZeroDivisionException | 0.000072s |
successful | A dataset with a 0 element throws a ZeroDivisionException | 0.000074s |
successful | The mode is correctly calculated | 0.000104s |
successful | The median is correctly calculated | 0.000106s |
Correlations
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 17 | 17 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The correlation coefficient (Bravis Person) is calculated correctly | 0.000107s |
successful | The correlation coefficient (Bravis Person) is calculated correctly on a Sample | 0.000099s |
successful | The autocorrelation coefficient is calculated correctly | 0.000164s |
successful | The portmanteau test (Box Pierce) is correct | 0.000788s |
successful | The portmanteau test (Ljung Box) is correct | 0.000791s |
Measure of dispersion
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 15 | 15 | 0 | 100.0% |
Statements | 85 | 85 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 15 | 15 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The correlation coefficient (Bravis Person) is calculated correctly | 0.000074s |
successful | The standard deviation is correctly calculated | 0.000091s |
successful | The empirical covariance is correctly calculated | 0.000073s |
successful | The empirical covariance on a sample is correctly calculated | 0.000088s |
successful | The sample variance is correctly calculated | 0.000074s |
successful | The population/empirical variance is correctly calculated | 0.000071s |
successful | The mean deviations are correctly calculated | 0.000112s |
successful | The mean deviations for every dataset element is correctly calculated | 0.000953s |
successful | The empirical variation coefficient is correctly calculated | 0.000088s |
successful | The interquartile range is correctly calculated | 0.000090s |
successful | The empirical variation coefficient with a mean of 0 throws a ZeroDivisionException | 0.000076s |
successful | An empty dataset in the empirical covariance throws a ZeroDivisionException | 0.000074s |
successful | Different dataset sizes in the empirical covariance throw a InvalidDimensionException | 0.000074s |
successful | An empty dataset in the sample variance throws a ZeroDivisionException | 0.000073s |
successful | An empty dataset in the empirical/population variance throws a ZeroDivisionException | 0.000073s |
Abstract header for requests/responses
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 3 | 1 | 75.0% |
Statements | 5 | 4 | 1 | 80.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 |
Description
successful | The the status code can be set and returned | 0.000078s |
Header for http requests/responses
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 15 | 9 | 6 | 60.0% |
Statements | 313 | 279 | 34 | 89.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 14 | 14 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The header has the expected default values after initialization | 0.000149s |
successful | Security policy headers get correctly identified | 0.000089s |
successful | Header data can be set, checked for existence and returned | 0.000080s |
successful | Header data can be forced to get overwritten | 0.000083s |
successful | By default header data doesn't get overwritten | 0.000081s |
successful | Header data can be removed | 0.000079s |
successful | None-existing header data cannot be removed | 0.000068s |
successful | Account data can be set and returned | 0.000068s |
successful | Data can be defined as downloadable | 0.000077s |
successful | A header can be locked | 0.000068s |
successful | A locked header cannot add new data | 0.000068s |
successful | A locked header cannot remove data | 0.000068s |
successful | The header can generate default http headers based on status codes | 0.000877s |
successful | Security header data cannot be changed once defined | 0.000076s |
Request wrapper for http requests
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 26 | 23 | 3 | 88.5% |
Statements | 109 | 98 | 11 | 89.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 30 | 23 | 0 | 0 | 7 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The request has the expected default values after initialization | 0.000898s |
successful | The OS can be set and returned | 0.000096s |
successful | The browser can be set and returned | 0.000096s |
successful | The request method can be set and returned | 0.000088s |
successful | The route verb gets correctly inferred from the request method | 0.000094s |
successful | The request is correctly constructed | 0.000087s |
successful | The url hashes for the different paths get correctly generated | 0.000096s |
untested | Request data can be set and returned | 0s |
successful | Request data can be forcefully overwritten | 0.000103s |
successful | Request data is not overwritten by default | 0.000094s |
successful | The uri can be changed and returned | 0.000095s |
successful | Json data can be read from the request | 0.000092s |
successful | None-existing json data reads return empty data | 0.000082s |
successful | Invalid json data returns empty data | 0.000087s |
successful | List data can be read from the request | 0.000251s |
successful | None-existing list data reads return empty data | 0.000081s |
successful | Request data can be read with pattern matching | 0.000115s |
successful | In case of no pattern matches empty data is returned | 0.000108s |
successful | A request with a path can be correctly casted to a string | 0.000084s |
successful | A request with a path and manually added data can be correctly casted to a string | 0.000091s |
successful | A request with a path, query parameters and manually added data can be correctly casted to a string | 0.000100s |
successful | A rest request can be made from a request and the result can be read | 0.244208s |
failure | A request can be made with post data | 0.000994s |
failure | A request can be made with json data | 0.000653s |
failure | A request can be made with multipart data | 0.000665s |
failure | If no locale can be identified en_US is returned | 0.000613s |
failure | A none-mobile request is recognized as none-mobile | 0.000608s |
failure | If the OS type is unknown a unknwon OS type is returned | 0.000612s |
failure | If the browser type is unknown a unknwon browser type is returned | 0.000612s |
successful | A invalid https port throws a OutOfRangeException | 0.000182s |
successful | A Invalid route verb throws a Exception | 0.000174s |
Response wrapper for http responses
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 14 | 2 | 12 | 14.3% |
Statements | 68 | 7 | 61 | 10.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The response has the expected default values after initialization | 0.000081s |
successful | The response can be json serialized | 0.000067s |
successful | Data can be set and returned for the response | 0.000070s |
Response wrapper for http responses
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 9 | 1 | 90.0% |
Statements | 55 | 53 | 2 | 96.4% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The response has the expected default values after initialization | 0.000206s |
successful | Response data can be set and returned | 0.000140s |
successful | Response data can be removed | 0.000139s |
successful | None-existing response data cannot be removed | 0.000136s |
successful | Response data can be turned into an array | 0.000176s |
successful | A response with json as content-type is automatically rendered as json data | 0.000191s |
successful | Json data can be decoded from the response data | 0.000117s |
successful | A html response can be forced to minimize the content by removing newlines and whitespaces | 0.000186s |
successful | None-html responses cannot be forced to minimize the content by removing newlines and whitespaces | 0.000133s |
successful | Invalid response data results in an empty array | 0.000277s |
successful | Invalid response data results in an empty render | 0.000116s |
Rest request wrapper
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 80 | 55 | 25 | 68.8% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A get request successfully returns the expected result | 0.106509s |
successful | A post request with data successfully returns the expected result | 0.525749s |
successful | A put request with data successfully returns the expected result | 0.797176s |
successful | A delete request with data successfully returns the expected result | 0.523884s |
successful | A get request with data successfully returns the expected result | 0.531468s |
Form element generator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 48 | 48 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 14 | 14 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A text input element can be generated | 0.000246s |
successful | A text input element can be generated with a custom value | 0.000082s |
successful | A datetime input element can be generated with custom formatting | 0.000318s |
successful | A checkbox element can be generated | 0.000086s |
successful | A checkbox element can be generated with a localized label element | 0.000080s |
successful | A radio element can be generated | 0.000074s |
successful | A radio element can be generated with a localized label element | 0.000075s |
successful | A label element can be generated | 0.000071s |
successful | A localized label element can be generated | 0.000070s |
successful | A textarea element can be generated | 0.000076s |
successful | A textarea element can be generated with a custom value | 0.000069s |
successful | A select element can be generated | 0.000073s |
successful | A localized select element can be generated | 0.000074s |
successful | A missing or invalid element type generates a INVALID output | 0.000070s |
Html head
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 15 | 12 | 3 | 80.0% |
Statements | 56 | 45 | 11 | 80.4% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The head has the expected default values after initialization | 0.000415s |
successful | The title can be set and returned | 0.000100s |
successful | The style can be set and returned | 0.000071s |
successful | The script can be set and returned | 0.000070s |
successful | The language can be set and returned | 0.000075s |
successful | The assets can be set and rendered | 0.000086s |
successful | The assets can be set and rendered at the end of the document | 0.000070s |
successful | The assets can be set and rendered with attributes | 0.000071s |
successful | The assets can be set and rendered at the end of the document with attributes | 0.000070s |
Html meta data
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 14 | 14 | 0 | 100.0% |
Statements | 31 | 31 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The meta data has the expected default values after initialization | 0.000104s |
successful | A keyword can be added and returned | 0.000069s |
successful | The author can be set and returned | 0.000065s |
successful | The charset can be set and returned | 0.000066s |
successful | The description can be set and returned | 0.000065s |
successful | A property can be set and returned | 0.000067s |
successful | A itemprop can be set and returned | 0.000066s |
successful | A name can be set and returned | 0.000068s |
successful | The meta data can be rendered | 0.000085s |
Module info file manager
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 15 | 15 | 0 | 100.0% |
Statements | 23 | 23 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A info file can be correctly loaded | 0.000349s |
successful | A info file can be modified | 0.000489s |
successful | A invalid info file path load throws a PathException | 0.000194s |
successful | A invalid info file path update throws a PathException | 0.000170s |
successful | A invalid change data throws a InvalidArgumentException | 0.000221s |
Manager for the module system
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 24 | 0 | 24 | 0.0% |
Statements | 184 | 0 | 184 | 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 |
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 | 28 | 14 | 14 | 50.0% |
Statements | 210 | 115 | 95 | 54.8% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 15 | 15 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The constant values of the abstract module are overwritten by the extension | 0.000114s |
successful | The name of the module can be returned | 0.000080s |
successful | The dependencies of the module can be returned | 0.000074s |
successful | The providing of the module can be returned | 0.000074s |
successful | A invalid language or theme returns in an empty localization/language dataset | 0.000085s |
successful | The module can automatically generate a json response based on provided data for the frontend | 0.000114s |
successful | The module can automatically generate a json response based on provided data | 0.000102s |
successful | A model can be created | 1.082117s |
successful | Multiple models can be generated | 0.976491s |
successful | A model can be updated | 1.199759s |
successful | A model can be deleted | 1.143903s |
successful | A model relation can be created | 1.179746s |
successful | A module can receive information and functionality from another module | 0.000077s |
successful | A module can load its own localization/language dataset | 0.000133s |
successful | The model CRUD functions can be called with a closure | 0.000407s |
Basic module functionality
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 9 | 9 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A invalid module method call will create an error log | 0.000379s |
successful | The null module is an instance of the module abstract | 0.000358s |
Manager for install/update packages
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 13 | 11 | 2 | 84.6% |
Statements | 66 | 64 | 2 | 97.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A package can be installed | 1.292506s |
successful | A package which didn't get extracted cannot be loaded and throws a PathException | 0.000134s |
successful | A invalid package cannot be installed and throws a Exception | 0.000088s |
successful | A invalid package key doesn't validate the package | 0.004218s |
successful | A invalid package content doesn't validate the package | 0.001073s |
successful | The temporarily extracted package can be cleaned up | 0.049227s |
Router for web requests
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 3 | 1 | 75.0% |
Statements | 47 | 44 | 3 | 93.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 14 | 12 | 2 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The route result for an empty request is empty | 0.000100s |
successful | A none-existing routing file cannot be imported | 0.000072s |
successful | A existing routing file can be imported | 0.000091s |
successful | A matching route returns the destinations | 0.000138s |
successful | Invalid routing verbs don't match even if the route matches | 0.000142s |
successful | Routes can be added dynamically | 0.000158s |
successful | Routes which require a CSRF token can only match with a CSRF token | 0.000133s |
successful | Routes which require a CSRF token don't match without a CSRF token | 0.000113s |
skipped | Routes only match if the permissions match | 0.000088s |
skipped | Routes don't match if the permissions don't match | 0.000078s |
successful | A data validation pattern validates matches correctly | 0.000098s |
successful | A data validation pattern invalidates missmatches | 0.000133s |
successful | A uri can be used for data population | 0.000128s |
successful | The routes can be removed from the router | 0.000112s |
Router for socket requests
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 3 | 1 | 75.0% |
Statements | 47 | 44 | 3 | 93.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The route result for an empty request is empty | 0.000251s |
successful | A none-existing routing file cannot be imported | 0.000085s |
successful | A existing routing file can be imported | 0.000094s |
successful | A matching route returns the destinations | 0.000134s |
successful | Routes can be added dynamically | 0.000091s |
successful | Routes only match if the permissions match | 0.000131s |
successful | Routes don't match if the permissions don't match | 0.000225s |
successful | The routes can be removed from the router | 0.000090s |
successful | A data validation pattern validates matches correctly | 0.000099s |
successful | A data validation pattern invalidates missmatches | 0.000121s |
successful | A uri can be used for data population | 0.000110s |
Basic php source code security inspection
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 21 | 21 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A file with unicode characters gets correctly identified | 0.000266s |
successful | A file with no unicode characters gets correctly identified | 0.000163s |
successful | A file with no disabled functions gets correctly identified | 0.000077s |
successful | A file with deprecated functions gets correctly identified | 0.000140s |
successful | A file with no deprecated functions gets correctly identified | 0.000336s |
successful | A file hash comparison is successful if the file generates the same hash | 0.000081s |
successful | A file hash comparison is unsuccessful if the file generates a different hash | 0.000078s |
successful | Two equal strings validate as the same | 0.000065s |
successful | Two different strings don't validate as the same | 0.000065s |
Address type
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 7 | 7 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 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 |
successful | The address has the expected default values after initialization | 0.000330s |
successful | The fao can be set and returned | 0.000090s |
successful | The recipient can be set and returned | 0.000068s |
successful | The location can be set and returned | 0.000070s |
successful | The address can be turned into array data | 0.000071s |
successful | The address can be json serialized | 0.000070s |
Enum array type
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 9 | 9 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A valid enum name returns the enum value | 0.000154s |
successful | A valid enum name can be validated | 0.000068s |
successful | A invalid enum name doesn't validate | 0.000067s |
successful | All enum name/value pairs can be returned | 0.000065s |
successful | A valid enum value can be checked for existence | 0.000070s |
successful | A invalid enum value doesn't validate | 0.000064s |
successful | The amount of enum values can be returned | 0.000068s |
successful | A random enum value can be returned | 0.000065s |
successful | A invalid enum name throws a OutOfBoundsException | 0.000078s |
Enum type
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 18 | 18 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 12 | 12 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A valid enum name returns the enum value | 0.000073s |
successful | A valid enum value returns the enum name | 0.000076s |
successful | A valid enum name can be validated | 0.000129s |
successful | A invalid enum name doesn't validate | 0.000067s |
successful | All enum name/value pairs can be returned | 0.000066s |
successful | A valid enum value can be checked for existence | 0.000071s |
successful | A invalid enum value doesn't validate | 0.000066s |
successful | The amount of enum values can be returned | 0.000069s |
successful | A random enum value can be returned | 0.000066s |
successful | Binary flags validate if they are set | 0.000073s |
successful | Binary flags don't validate if they are not set | 0.000069s |
successful | A invalid enum name throws a OutOfBoundsException | 0.000066s |
Heap
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 17 | 1 | 94.4% |
Statements | 82 | 81 | 1 | 98.8% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A list of elements can be turned into a heap | 0.000245s |
successful | Elements get correctly pushed to the heap | 0.000090s |
successful | A element can be added to a heap at the correct position | 0.000153s |
successful | Heap elements get returned in the correct order | 0.000207s |
successful | Heap elements get returned in the correct order by using a custom comparator | 0.000192s |
successful | The heap can be turned into an array | 0.000404s |
successful | Heap elements can be replaced | 0.000406s |
successful | A heap element can be returned while adding a new one | 0.000407s |
successful | The heap can be checked if it contains certain elements | 0.000141s |
successful | The heap can be checked if it contains certain custom elements | 0.000140s |
successful | A heap item can be updated if it exists while maintaining the correct order | 0.000173s |
successful | The first heap element can be returned without removing it | 0.000088s |
successful | The n smallest elements can be returned from the heap | 0.000278s |
successful | The n largest elements can be returned from the heap | 0.000282s |
successful | The heap can be cleared of all elements | 0.000088s |
successful | The heap can be checked if it has elements | 0.000090s |
Iban type
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 19 | 19 | 0 | 100.0% |
Statements | 30 | 30 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A iban can be correctly parsed into its different components | 0.000539s |
successful | A iban can be serialized and unserialized | 0.000178s |
successful | A invalid iban country code throws a InvalidArgumentException | 0.000174s |
successful | A invalid iban length throws a InvalidArgumentException | 0.000098s |
successful | A invalid iban checksum throws a InvalidArgumentException | 0.000110s |
Location type
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 8 | 1 | 88.9% |
Statements | 28 | 26 | 2 | 92.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 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 |
successful | The location has the expected default values after initialization | 0.000108s |
successful | The postal can be set and returned | 0.000066s |
successful | The type can be set and returned | 0.000067s |
successful | The city can be set and returned | 0.000065s |
successful | The country can be set and returned | 0.000066s |
successful | The address can be set and returned | 0.000065s |
successful | The state can be set and returned | 0.000064s |
untested | The geo location can be set and returned | 0s |
successful | The location can be turned into an array | 0.000069s |
successful | The location can be json serialized | 0.000082s |
DateTime type with additional functionality
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 17 | 17 | 0 | 100.0% |
Statements | 66 | 66 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The smart datetime extends the datetime | 0.000082s |
successful | The smart datetime can be formatted like the datetime | 0.000077s |
successful | The smart datetime can be modified an creates a new smart datetime | 0.000172s |
successful | The days of the month can be returned | 0.000072s |
successful | The week day index of the first day of the month can be returned | 0.000076s |
successful | A smart datetime can be created from a datetime | 0.000077s |
successful | A smart datetime can be returned of the last day of the month | 0.000084s |
successful | A smart datetime can be returned of the fist day of the month | 0.000081s |
successful | A smart datetime can be returned of the fist day of the week | 0.000082s |
successful | A smart datetime can be returned of the last day of the week | 0.000083s |
successful | A smart datetime can be returned of the end of the day | 0.000079s |
successful | A smart datetime can be returned of the start of the day | 0.000079s |
successful | A date or year can be checked if it is a leap year | 0.000102s |
successful | The day of the week index can be returned from a date | 0.000120s |
successful | A invalid day of the week returns a negative week index | 0.000068s |
successful | A calendar sheet is returned containing all days of the month and some days of the previous and next month | 0.000327s |
Graph implementation
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 37 | 27 | 10 | 73.0% |
Statements | 395 | 347 | 48 | 87.8% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 12 | 12 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The graph has the expected default values after initialization | 0.000840s |
untested | A graph can ge set as directed | 0s |
successful | A node can be add to a graph and returned | 0.000074s |
successful | The existence of a node in a graph can be checked | 0.000078s |
successful | A graph can be checked for bridges | 0.000207s |
successful | Multiple bridges are correctly identified in a graph | 0.000126s |
successful | A graph without bridges is correctly classified | 0.000121s |
successful | Edges can be add and returned from a graph | 0.000151s |
successful | An edge can be found by two edge ids | 0.000140s |
successful | The existence of cycles in undirected graphs can be checked | 0.000165s |
successful | The existence of cycles in directed graphs can be checked | 0.000166s |
successful | The cost of a graph can be calculated | 0.000101s |
successful | The Kruskal minimal spanning tree can be created | 0.000302s |
Node in a graph
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 13 | 12 | 1 | 92.3% |
Statements | 33 | 29 | 4 | 87.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 8 | 8 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The node has the expected default values after initialization | 0.000089s |
successful | The node data can be set and returned | 0.000073s |
successful | Two equal nodes are equal | 0.000068s |
successful | Two different nodes are not equal | 0.000075s |
successful | An edge for a node can be defined | 0.000072s |
successful | An edge for a node can be defined by key | 0.000077s |
successful | A node relationship can be defined | 0.000082s |
successful | All neighbors of a node can be returned | 0.000102s |
Edge between nodes
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 6 | 6 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The edge has the expected default values after initialization | 0.000537s |
successful | An edge can be directed | 0.000087s |
successful | An edge weight can be set and returned | 0.000077s |
successful | Two edge weights can be compared | 0.000091s |
Map which associates multiple keys with the same value
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 23 | 23 | 0 | 100.0% |
Statements | 114 | 114 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 43 | 43 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The map has the expected default values and functionality after initialization | 0.000423s |
successful | Elements with multiple optional keys can be added | 0.000107s |
successful | Elements with multiple optional keys can be returned if any of the keys matches | 0.000079s |
successful | Elements can be forcefully overwritten | 0.000088s |
successful | By default elements are not overwritten | 0.000086s |
successful | If a element with partially matching keys is already in the map it will be only added for the new key | 0.000096s |
successful | If all keys exist in the map no new element will be created | 0.000092s |
successful | Values can be set/replaced by key | 0.000092s |
successful | Values cannot be set/replaced if the key doesn't exist | 0.000079s |
successful | A key cannot be remapped to a none-existing key | 0.000078s |
successful | A key can be remapped to the value of an existing key | 0.000098s |
successful | If no more keys are associated with a value after a remap the value is removed from the map | 0.000096s |
successful | All keys of the map can be returned | 0.000087s |
successful | All values of the map can be returned | 0.000083s |
successful | Sibling keys can be found | 0.000073s |
successful | If a key doesn't exist or has no siblings no siblings are returned | 0.000073s |
successful | A key for a value can be removed | 0.000090s |
successful | If the last key of a value is removed the value is also removed from the map | 0.000098s |
successful | If a key doesn't exist it cannot be removed | 0.000075s |
successful | Elements with multiple required keys can be added | 0.000226s |
successful | Elements with multiple required keys can be returned if all match | 0.000120s |
successful | Elements with multiple required keys cannot be returned if they don't match exactly | 0.000130s |
successful | Elements with multiple required and ordered keys can be added | 0.000076s |
successful | Elements with multiple required ordered keys can be if all match in the correct order | 0.000073s |
successful | Elements with multiple required keys cannot be returned if they don't match exactly in the correct order | 0.000073s |
successful | Elements with multiple required keys can be forcefully overwritten | 0.000112s |
successful | Elements with multiple required ordered keys can be forcefully overwritten | 0.000084s |
successful | An element cannot be added to for multiple required keys if the keys already exist in a different order | 0.000126s |
successful | If a element with partially matching multiple keys is already in the map it will be only added for the new key | 0.000148s |
successful | Adding differently ordered keys for multiple required keys will create a new entry in the map | 0.000089s |
successful | If all keys for multiple required keys exist in the map no new element will be created | 0.000134s |
successful | If all keys for multiple required ordered keys exist in the map no new element will be created | 0.000091s |
successful | Values can be set/replaced by multiple required keys | 0.000148s |
successful | Values cannot be set/replaced if the multiple required keys don't match or exist | 0.000127s |
successful | Values can be set/replaced by multiple required ordered keys if the order is correct | 0.000087s |
successful | Values cannot be set/replaced if the multiple required ordered keys don't match or exist in the correct order | 0.000080s |
successful | Multiple keys cannot be remapped | 0.000082s |
successful | All sibling key combinations can be found for multiple required keys | 0.000091s |
successful | For multiple required ordered keys don't exist any siblings | 0.000070s |
successful | A multiple required key combination for a value can be removed | 0.000127s |
successful | If a multiple required key combination doesn't exist it cannot be removed | 0.000120s |
successful | A multiple required ordered key combination for a value can be removed | 0.000092s |
successful | If a multiple required ordered key combination doesn't exist it cannot be removed | 0.000087s |
Priority queue
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 17 | 17 | 0 | 100.0% |
Statements | 53 | 53 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The queue has the expected default values and functionality after initialization | 0.000272s |
successful | Queue elements can be added with the default value of 1.0 and returned | 0.000094s |
successful | Queue elements can be added with a priority | 0.000122s |
successful | The priority queue returns the correct amount of elements it holds | 0.000080s |
successful | A queue element can be removed | 0.000086s |
successful | A none-existing queue element id cannot be removed | 0.000085s |
successful | A removed or none-existing queue element returns a empty data | 0.000072s |
successful | The priority of all queue elements can be uniformly increased | 0.000318s |
successful | The priority or a queue element can be changed | 0.000117s |
successful | The queue can be serialized and unserialized | 0.000093s |
successful | A queue element can be popped from the que which also removes it from the queue | 0.000080s |
successful | A FIFO queue returns the elements in FIFO order | 0.000277s |
successful | A LIFO queue returns the elements in LIFO order | 0.000273s |
successful | A highest queue returns the elements in highest priority order | 0.000276s |
successful | A lowest queue returns the elements in lowest priority order | 0.000274s |
successful | A invalid priority queue type throws a InvalidEnumValue | 0.000084s |
Directory handler for local file system
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 37 | 28 | 9 | 75.7% |
Statements | 193 | 181 | 12 | 93.8% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 39 | 38 | 0 | 0 | 1 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A directory can be created | 0.000140s |
successful | A directory can be checked for existence | 0.000087s |
successful | An existing directory cannot be overwritten | 0.000109s |
successful | A directory can be forced to be created recursively | 0.000153s |
successful | By default a directory is not created recursively | 0.000081s |
successful | The name of a directory is just its name without its path | 0.000067s |
successful | The basename is the same as the name of the directory | 0.000065s |
successful | The dirname is the same as the name of the directory | 0.000065s |
successful | The parent of a directory can be returned | 0.000067s |
successful | The full absolute path of a directory can be returned | 0.000065s |
successful | The directories creation date can be returned | 0.000126s |
successful | The directories last change date can be returned | 0.000125s |
successful | A directory can be deleted | 0.000151s |
successful | A none-existing directory cannot be deleted | 0.000077s |
successful | The size of a directory can be returned | 0.000123s |
successful | The size of a none-existing directory is negative | 0.000067s |
successful | The recursive size of a directory is equals or greater than the size of the same directory none-recursive | 0.000129s |
successful | The permission of a directory can be returned | 0.000069s |
successful | The permission of a none-existing directory is negative | 0.000066s |
successful | A directory can be copied recursively | 0.000454s |
successful | A directory can be forced to be copied to a different location even if the destination already exists | 0.000773s |
successful | By default a directory is not overwritten on copy | 0.000429s |
successful | A directory can be moved/renamed to a different path | 0.000155s |
successful | By default a directory is not overwritten on move | 0.000113s |
successful | A directory can be forced to be moved/renamed to a different path even if the destination already exists | 0.000514s |
successful | The amount of files in a directory can be returned recursively | 0.000121s |
successful | The amount of files in a directory can be returned none-recursively | 0.000084s |
successful | The amount of files of a none-existing directory is negative | 0.000067s |
successful | All files and sub-directories of a directory can be listed | 0.000246s |
successful | All files of a directory can be listed by file extension | 0.000124s |
failure | The owner of a directory can be returned | 0.000225s |
successful | Invalid directory names and paths can be sanitized | 0.000069s |
successful | A none-existing directory returns a empty list of files and sub-directories | 0.000067s |
successful | A none-existing directory returns a empty list of files for the extension | 0.000067s |
successful | A invalid directory cannot be copied to a new destination | 0.000067s |
successful | A invalid directory cannot be moved to a new destination | 0.000066s |
successful | Reading the creation date of a none-existing directory throws a PathException | 0.000080s |
successful | Reading the last change date of a none-existing directory throws a PathException | 0.000078s |
successful | Reading the owner of a none-existing directory throws a PathException | 0.000076s |
File handler for local file system
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 40 | 39 | 1 | 97.5% |
Statements | 98 | 97 | 1 | 99.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 41 | 41 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A file without content can be created | 0.000162s |
successful | A file cannot be created if it already exists | 0.000119s |
successful | A file with content can be created | 0.000164s |
successful | A file cannot be replaced if it doesn't exists | 0.000085s |
successful | A file cannot be appended if it doesn't exists | 0.000074s |
successful | A file cannot be prepended if it doesn't exists | 0.000074s |
successful | A file can be checked for existence | 0.000073s |
successful | A file can be replaced with a new one | 0.002729s |
successful | The set alias works like the replace flag | 0.000246s |
successful | A file can be appended with additional content | 0.000467s |
successful | The append alias works like the append flag | 0.045560s |
successful | A file can be prepended with additional content | 0.000455s |
successful | The prepend alias works like the prepend flag | 0.000222s |
successful | The content of a file can be read | 0.000131s |
successful | The parent directory of a file can be returned | 0.000080s |
successful | The extension of a file can be returned | 0.000066s |
successful | The name of a file can be returned | 0.000066s |
successful | The basename of a file can be returned | 0.000065s |
successful | The file name of a file can be returned | 0.000066s |
successful | The file path of a file can be returned | 0.000064s |
successful | The count of a file is always 1 | 0.000064s |
successful | The directories creation date can be returned | 0.000112s |
successful | The directories last change date can be returned | 0.000120s |
successful | A file can be deleted | 0.000114s |
successful | A none-existing file cannot be deleted | 0.000075s |
successful | The size of a file can be returned | 0.000110s |
successful | The permission of a file can be returned | 0.000115s |
successful | The permission of a none-existing file is negative | 0.000076s |
successful | A file can be copied to a different location | 0.000224s |
successful | A file cannot be copied to a different location if the destination already exists | 0.000162s |
successful | A file can be forced to be copied to a different location even if the destination already exists | 0.000196s |
successful | A file can be moved to a different location | 0.000242s |
successful | A file cannot be moved to a different location if the destination already exists | 0.000162s |
successful | A file can be forced to be moved to a different location even if the destination already exists | 0.000212s |
successful | The size of a none-existing file is negative | 0.000069s |
successful | A none-existing file cannot be copied | 0.000071s |
successful | A none-existing file cannot be moved | 0.000069s |
successful | Reading the content of a none-existing file throws a PathException | 0.000076s |
successful | Reading the created date of a none-existing file throws a PathException | 0.000076s |
successful | Reading the last change date of a none-existing file throws a PathException | 0.000076s |
successful | Reading the owner of a none-existing file throws a PathException | 0.000075s |
Directory & File handler for local file system
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 9 | 0 | 100.0% |
Statements | 25 | 25 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 77 | 77 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A directory can be created | 0.000114s |
successful | A directory can be checked for existence | 0.000091s |
successful | An existing directory cannot be overwritten | 0.000107s |
successful | A directory can be forced to be created recursively | 0.000155s |
successful | The name of a directory is just its name without its path | 0.000082s |
successful | The basename is the same as the name of the directory | 0.000071s |
successful | The dirname is the same as the name of the directory | 0.000070s |
successful | The parent of a directory can be returned | 0.000080s |
successful | The full absolute path of a directory can be returned | 0.000071s |
successful | The directories creation date can be returned | 0.000119s |
successful | The directories last change date can be returned | 0.000126s |
successful | A directory can be deleted | 0.000146s |
successful | A none-existing directory cannot be deleted | 0.000081s |
successful | The size of a directory can be returned | 0.000122s |
successful | The size of a none-existing directory is negative | 0.000076s |
successful | The recursive size of a directory is equals or greater than the size of the same directory none-recursive | 0.000135s |
successful | The permission of a directory can be returned | 0.000071s |
successful | The permission of a none-existing directory is negative | 0.000071s |
successful | A directory can be copied recursively | 0.000432s |
successful | A directory can be moved/renamed to a different path | 0.000123s |
successful | The amount of files in a directory can be returned recursively | 0.000128s |
successful | The amount of files in a directory can be returned none-recursively | 0.000086s |
successful | The amount of files of a none-existing directory is negative | 0.000075s |
successful | All files and sub-directories of a directory can be listed | 0.000124s |
successful | A none-existing directory returns a empty list of files and sub-directories | 0.000070s |
successful | A invalid directory cannot be copied to a new destination | 0.000074s |
successful | A invalid directory cannot be moved to a new destination | 0.000071s |
successful | Reading the creation date of a none-existing directory throws a PathException | 0.000083s |
successful | Reading the last change date of a none-existing directory throws a PathException | 0.000081s |
successful | Reading the owner of a none-existing directory throws a PathException | 0.000080s |
successful | A file cannot be created if it already exists | 0.000116s |
untested | Invalid names and paths can be sanitized | 0s |
successful | A file with content can be created | 0.000132s |
successful | A file cannot be replaced if it doesn't exists | 0.000086s |
successful | A file cannot be appended if it doesn't exists | 0.000076s |
successful | A file cannot be prepended if it doesn't exists | 0.000075s |
successful | A file can be checked for existence | 0.000079s |
successful | A file can be replaced with a new one | 0.000247s |
successful | The set alias works like the replace flag | 0.000247s |
successful | A file can be appended with additional content | 0.000447s |
successful | The append alias works like the append flag | 0.000229s |
successful | A file can be prepended with additional content | 0.000227s |
successful | The prepend alias works like the prepend flag | 0.000227s |
successful | The content of a file can be read | 0.000132s |
successful | The parent directory of a file can be returned | 0.000085s |
successful | The extension of a file can be returned | 0.000072s |
successful | The name of a file can be returned | 0.000071s |
successful | The basename of a file can be returned | 0.000073s |
successful | The file name of a file can be returned | 0.000072s |
successful | The file path of a file can be returned | 0.000074s |
successful | The count of a file is always 1 | 0.000070s |
successful | The directories creation date can be returned | 0.000117s |
successful | The directories last change date can be returned | 0.000125s |
successful | A file can be deleted | 0.000123s |
successful | A none-existing file cannot be deleted | 0.000080s |
successful | The size of a file can be returned | 0.000123s |
successful | The permission of a file can be returned | 0.000120s |
successful | The permission of a none-existing file is negative | 0.000083s |
successful | A file can be copied to a different location | 0.000223s |
successful | A file cannot be copied to a different location if the destination already exists | 0.000159s |
successful | A file can be forced to be copied to a different location even if the destination already exists | 0.000205s |
successful | A file can be moved to a different location | 0.000249s |
successful | A file cannot be moved to a different location if the destination already exists | 0.000170s |
successful | A file can be forced to be moved to a different location even if the destination already exists | 0.000222s |
successful | The size of a none-existing file is negative | 0.000072s |
successful | A none-existing file cannot be copied | 0.000072s |
successful | A none-existing file cannot be moved | 0.000075s |
successful | Reading the content of a none-existing file throws a PathException | 0.000080s |
successful | Reading the created date of a none-existing file throws a PathException | 0.000081s |
successful | Reading the last change date of a none-existing file throws a PathException | 0.000082s |
successful | Reading the owner of a none-existing file throws a PathException | 0.000080s |
successful | Writing data to a destination which looks like a directory throws a PathException | 0.000076s |
successful | Reading data from a directory throws a PathException | 0.000080s |
successful | Trying to run list on a file throws a PathException | 0.000075s |
successful | Setting data to a destination which looks like a directory throws a PathException | 0.000074s |
successful | Appending data to a destination which looks like a directory throws a PathException | 0.000074s |
successful | Prepending data to a destination which looks like a directory throws a PathException | 0.000074s |
successful | Reading the extension of a destination which looks like a directory throws a PathException | 0.000074s |
Directory handler for a ftp server
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 45 | 0 | 45 | 0.0% |
Statements | 275 | 0 | 275 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 31 | 0 | 31 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | A directory can be created | 0.000065s |
skipped | A directory can be checked for existence | 0.000066s |
skipped | An existing directory cannot be overwritten | 0.000065s |
skipped | A directory can be forced to be created recursively | 0.000065s |
skipped | By default a directory is not created recursively | 0.000065s |
skipped | The name of a directory is just its name without its path | 0.000065s |
skipped | The basename is the same as the name of the directory | 0.000065s |
skipped | The dirname is the same as the name of the directory | 0.000065s |
skipped | The parent of a directory can be returned | 0.000065s |
skipped | The full absolute path of a directory can be returned | 0.000065s |
skipped | The directories creation date can be returned | 0.000065s |
skipped | The directories last change date can be returned | 0.000065s |
skipped | A directory can be deleted | 0.000065s |
skipped | A none-existing directory cannot be deleted | 0.000065s |
skipped | The size of a directory can be returned | 0.000065s |
skipped | The size of a none-existing directory is negative | 0.000065s |
skipped | The recursive size of a directory is equals or greater than the size of the same directory none-recursive | 0.000065s |
skipped | The permission of a directory can be returned | 0.000065s |
skipped | The permission of a none-existing directory is negative | 0.000064s |
skipped | A directory can be copied recursively | 0.000064s |
skipped | A directory can be moved/renamed to a different path | 0.000065s |
skipped | The amount of files in a directory can be returned recursively | 0.000065s |
skipped | The amount of files in a directory can be returned none-recursively | 0.000064s |
skipped | The amount of files of a none-existing directory is negative | 0.000065s |
skipped | All files and sub-directories of a directory can be listed | 0.000065s |
skipped | A none-existing directory returns a empty list of files and sub-directories | 0.000065s |
skipped | A invalid directory cannot be copied to a new destination | 0.000064s |
skipped | A invalid directory cannot be moved to a new destination | 0.000065s |
skipped | Reading the creation date of a none-existing directory throws a PathException | 0.000064s |
skipped | Reading the last change date of a none-existing directory throws a PathException | 0.000064s |
skipped | Reading the owner of a none-existing directory throws a PathException | 0.000064s |
File handler for a ftp server
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 44 | 0 | 44 | 0.0% |
Statements | 157 | 0 | 157 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 41 | 0 | 41 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | A file without content can be created | 0.000064s |
skipped | A file cannot be created if it already exists | 0.000063s |
skipped | A file with content can be created | 0.000063s |
skipped | A file cannot be replaced if it doesn't exists | 0.000065s |
skipped | A file cannot be appended if it doesn't exists | 0.000064s |
skipped | A file cannot be prepended if it doesn't exists | 0.000068s |
skipped | A file can be checked for existence | 0.000064s |
skipped | A file can be replaced with a new one | 0.000065s |
skipped | The set alias works like the replace flag | 0.000064s |
skipped | A file can be appended with additional content | 0.000064s |
skipped | The append alias works like the append flag | 0.000073s |
skipped | A file can be prepended with additional content | 0.000065s |
skipped | The prepend alias works like the prepend flag | 0.000065s |
skipped | The content of a file can be read | 0.000067s |
skipped | The parent directory of a file can be returned | 0.000064s |
skipped | The extension of a file can be returned | 0.000065s |
skipped | The name of a file can be returned | 0.000065s |
skipped | The basename of a file can be returned | 0.000065s |
skipped | The file name of a file can be returned | 0.000065s |
skipped | The file path of a file can be returned | 0.000064s |
skipped | The count of a file is always 1 | 0.000064s |
skipped | The directories creation date can be returned | 0.000064s |
skipped | The directories last change date can be returned | 0.000064s |
skipped | A file can be deleted | 0.000064s |
skipped | A none-existing file cannot be deleted | 0.000064s |
skipped | The size of a file can be returned | 0.000064s |
skipped | The permission of a file can be returned | 0.000064s |
skipped | The permission of a none-existing file is negative | 0.000065s |
skipped | A file can be copied to a different location | 0.000065s |
skipped | A file cannot be copied to a different location if the destination already exists | 0.000065s |
skipped | A file can be forced to be copied to a different location even if the destination already exists | 0.000064s |
skipped | A file can be moved to a different location | 0.000064s |
skipped | A file cannot be moved to a different location if the destination already exists | 0.000064s |
skipped | A file can be forced to be moved to a different location even if the destination already exists | 0.000069s |
skipped | The size of a none-existing file is negative | 0.000064s |
skipped | A none-existing file cannot be copied | 0.000066s |
skipped | A none-existing file cannot be moved | 0.000065s |
skipped | Reading the content of a none-existing file throws a PathException | 0.000064s |
skipped | Reading the created date of a none-existing file throws a PathException | 0.000064s |
skipped | Reading the last change date of a none-existing file throws a PathException | 0.000066s |
skipped | Reading the owner of a none-existing file throws a PathException | 0.000063s |
Storage handler for the different storage handler types
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 19 | 19 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | By default the local storage handler is returned | 0.000201s |
successful | The pre-defined storage handlers can be returned by their name | 0.000299s |
successful | Storages can be registered and returned | 0.000124s |
successful | Registered storage handlers cannot be overwritten | 0.000073s |
successful | A invalid or none-existing storage throws a Exception | 0.000107s |
Storage handler for the different storage handler types
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 5 | 3 | 62.5% |
Statements | 91 | 85 | 6 | 93.4% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | File extensions can be categorized | 0.000157s |
successful | A relative path can be turned into an absolute path | 0.000089s |
successful | Permissions can be turned into octal values | 0.000074s |
successful | The encoding of a file can be changed | 0.000232s |
System information
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 1 | 4 | 20.0% |
Statements | 94 | 31 | 63 | 33.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Test if it is possible to get information about the available RAM and usage | 0.001760s |
successful | Test if it is possible to get information about the CPU usage | 0.000801s |
Http uri / url
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 21 | 19 | 2 | 90.5% |
Statements | 75 | 69 | 6 | 92.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 21 | 21 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The http url has the expected default values after initialization | 0.000102s |
successful | A url can be validated | 0.000088s |
untested | The url schema can be parsed correctly from a url | 0s |
successful | The host can be parsed correctly from a url | 0.000084s |
successful | The username can be parsed correctly from a url | 0.000082s |
successful | The password can be parsed correctly from a url | 0.000082s |
successful | The base can be parsed correctly from a url | 0.000079s |
successful | The url can be turned into a string | 0.000079s |
successful | The authority can be parsed correctly from a url | 0.000080s |
successful | The user info can be parsed correctly from a url | 0.000079s |
successful | The root path can be set and returned | 0.000081s |
successful | The path offset can be set and returned | 0.000085s |
successful | The subdomain can be parsed correctly from a url | 0.000112s |
successful | The query data can be parsed correctly from a url | 0.000088s |
successful | The fragment data can be parsed correctly from a url | 0.000082s |
successful | The path data can be parsed correctly from a url | 0.000090s |
successful | The route can be parsed correctly from a url | 0.000081s |
successful | A invalid uri cannot get parsed | 0.000084s |
successful | The url schema can be parsed correctly from a url and overwritten | 0.000084s |
successful | The port can be parsed correctly from a url and overwritten | 0.000083s |
successful | A path can be overwritten | 0.000083s |
successful | The path elements can be parsed from a url and overwritten | 0.000087s |
Argument uri / uri
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 20 | 18 | 2 | 90.0% |
Statements | 48 | 43 | 5 | 89.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 10 | 10 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The argument uri has the expected default values after initialization | 0.000106s |
successful | A uri can be validated | 0.000092s |
successful | The path can be set and returned | 0.000076s |
successful | The path offset can be set and returned | 0.000074s |
successful | The route can be parsed correctly from a uri | 0.000076s |
successful | The query data can be parsed correctly from a uri | 0.000081s |
successful | The fragment can be parsed correctly from a uri | 0.000075s |
successful | The uri can be turned into a string | 0.000072s |
successful | The root path can be set and returned | 0.000075s |
successful | The path can be parsed correctly from a uri | 0.000085s |
Http uri / url factory
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 7 | 2 | 77.8% |
Statements | 95 | 93 | 2 | 97.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The http url factory has the expected default values after initialization | 0.000081s |
successful | Data can be set to the factory and returned | 0.000073s |
successful | Data can be forcefully overwritten | 0.000072s |
successful | By default data is not overwritten in the factory | 0.000071s |
successful | Data can be removed/cleared from the factory | 0.000071s |
successful | None-existing data cannot be cleared from the factory | 0.000071s |
successful | Data can be removed from the factory by category | 0.000077s |
successful | All data can be removed from the factory with a wildcard | 0.000073s |
successful | Data can be removed from the factory with regular expression matches | 0.000115s |
successful | Data which doesn't match the regular expression is not removed | 0.000084s |
successful | A url can be build with the defined factory data and/or build specific data | 0.000153s |
successful | The uri factory can be set up with default values from a url and build with these default values | 0.000215s |
successful | In case of duplicated query elements the last element is used | 0.000130s |
successful | The uri variables can be unescaped | 0.000135s |
successful | In case of missing ? for query the builder automatically fixes it | 0.000135s |
successful | A normal url will not be changed | 0.000067s |
LZW compression
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 39 | 37 | 2 | 94.9% |
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 |
Description
successful | A string can be LZW compressed and uncompressed | 0.000481s |
Currency converter
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 4 | 1 | 80.0% |
Statements | 34 | 32 | 2 | 94.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A currency can be converted from euro to another currency | 0.213008s |
successful | A currency can be converted to euro from another currency | 0.000091s |
successful | A currency can be converted from one currency to another currency | 0.094993s |
successful | A currency conversion from eur to a invalid currency throws a InvalidArgumentException | 0.000090s |
successful | A currency conversion from a invalid currency to eur throws a InvalidArgumentException | 0.000068s |
successful | A currency conversion from a invalid currency to a invalid currency throws a InvalidArgumentException | 0.000069s |
File size converter
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A byte number can be converted to a string representation | 0.000239s |
successful | A kilobyte number can be converted to a string representation | 0.000088s |
IP converter
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 5 | 5 | 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 |
Description
successful | An ip can be converted to a float | 0.000156s |
Measurement converter
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 22 | 22 | 0 | 100.0% |
Statements | 1009 | 1009 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 33 | 33 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Temperatures can be converted | 0.000324s |
successful | Weights can be converted | 0.001112s |
successful | Lengths can be converted | 0.002941s |
successful | Areas can be converted | 0.000732s |
successful | Volumes can be converted | 0.011481s |
successful | Speeds can be converted | 0.009088s |
successful | Times can be converted | 0.000499s |
successful | Angles can be converted | 0.000449s |
successful | Pressures can be converted | 0.000941s |
successful | Energies can be converted | 0.000369s |
successful | Filesizes can be converted | 0.000448s |
successful | Invalid conversion from unknown temperature throws a InvalidArgumentException | 0.000082s |
successful | Invalid conversion to unknown temperature throws a InvalidArgumentException | 0.000073s |
successful | Invalid conversion from unknown weight throws a InvalidArgumentException | 0.000074s |
successful | Invalid conversion to unknown weight throws a InvalidArgumentException | 0.000074s |
successful | Invalid conversion from unknown length throws a InvalidArgumentException | 0.000074s |
successful | Invalid conversion to unknown length throws a InvalidArgumentException | 0.000077s |
successful | Invalid conversion from unknown area throws a InvalidArgumentException | 0.000072s |
successful | Invalid conversion to unknown area throws a InvalidArgumentException | 0.000075s |
successful | Invalid conversion from unknown volume throws a InvalidArgumentException | 0.000076s |
successful | Invalid conversion to unknown volume throws a InvalidArgumentException | 0.000075s |
successful | Invalid conversion from unknown speed throws a InvalidArgumentException | 0.000075s |
successful | Invalid conversion to unknown speed throws a InvalidArgumentException | 0.000075s |
successful | Invalid conversion from unknown time throws a InvalidArgumentException | 0.000073s |
successful | Invalid conversion to unknown time throws a InvalidArgumentException | 0.000073s |
successful | Invalid conversion from unknown angle throws a InvalidArgumentException | 0.000072s |
successful | Invalid conversion to unknown angle throws a InvalidArgumentException | 0.000072s |
successful | Invalid conversion from unknown pressure throws a InvalidArgumentException | 0.000074s |
successful | Invalid conversion to unknown pressure throws a InvalidArgumentException | 0.000073s |
successful | Invalid conversion from unknown energy throws a InvalidArgumentException | 0.000075s |
successful | Invalid conversion to unknown energy throws a InvalidArgumentException | 0.000071s |
successful | Invalid conversion from unknown filesize throws a InvalidArgumentException | 0.000071s |
successful | Invalid conversion to unknown filesize throws a InvalidArgumentException | 0.000071s |
File size types
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 7 | 7 | 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 |
Description
successful | File sizes can get automatically formatted according to their size | 0.000696s |
Numeric converter
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 53 | 53 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Arabic numbers can be converted to roman numbers | 0.000298s |
successful | Roman numbers can be converted to arabic numbers | 0.000116s |
successful | Letters can be converted to numbers | 0.000078s |
successful | Numbers can be converted to letters | 0.000079s |
successful | Numbers can be converted between bases | 0.000142s |
Data can be encoded with huffman
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 40 | 40 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Encoding and decoding empty data results in an empty output | 0.000212s |
successful | Data can be huffman encoded and decoded | 0.001316s |
Dictionary for the huffman encoding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 50 | 50 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Only single characters can be returned from the dictionary. Multiple characters throw a InvalidArgumentException | 0.000254s |
successful | A none-existing character throws a InvalidArgumentException | 0.000093s |
successful | Only single characters can be set in the dictionary. Multiple characters throw a InvalidArgumentException | 0.000076s |
successful | Dictionary elements cannot be overwritten and throw a InvalidArgumentException | 0.000079s |
successful | Invalid dictionary values throw a InvalidArgumentException | 0.000075s |
Caesar text encoding/decoding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 22 | 22 | 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 |
Description
successful | Text can be encoded and decoded with the ceasar encoding | 0.000613s |
Gray text encoding/decoding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 5 | 5 | 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 |
Description
successful | Text can be encoded and decoded with the gray encoding | 0.000160s |
XOR text encoding/decoding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 10 | 10 | 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 |
Description
successful | Text can be encoded and decoded with the xor encoding | 0.000212s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The git path can be returned | 0.000194s |
Git author
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 9 | 9 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The author has the expected default values after initialization | 0.000181s |
successful | The author name and email can be set during initialization and returned | 0.000080s |
successful | The commit count can be set and returned | 0.000069s |
successful | The addition count can be set and returned | 0.000067s |
successful | The removal count can be set and returned | 0.000066s |
Git branch
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 2 | 2 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The branch has the expected default values after initialization | 0.000138s |
successful | The branch name can be set during initialization and returned | 0.000073s |
Git commit
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 18 | 0 | 100.0% |
Statements | 32 | 32 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 13 | 13 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The commit has the expected default values after initialization | 0.000779s |
successful | A file can be added and returned | 0.000125s |
successful | A file can only be added one time | 0.000080s |
successful | A file can be removed | 0.000085s |
successful | A none-existing file cannot be removed | 0.000075s |
successful | A change can be added and returned | 0.000076s |
successful | Adding the same change throws a Exception | 0.000088s |
successful | A commit message can be set and returned | 0.000072s |
successful | The author can be set and returned | 0.000073s |
successful | The branch can be set and returned | 0.000073s |
successful | The tag can be set and returned | 0.000073s |
successful | The date can be set and returned | 0.000081s |
successful | The repository can be set and returned | 0.000091s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The repository has the expected default values after initialization | 0.000108s |
Git repository
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 4 | 4 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The tag has the expected default values after initialization | 0.000074s |
successful | The tag name can be set during initialization and returned | 0.000066s |
successful | The message can be set and returned | 0.000066s |
Csv file settings
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 34 | 34 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 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 | 4 | 1 | 3 | 25.0% |
Statements | 98 | 93 | 5 | 94.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Data can be inserted into a database from an ods files | 0.096200s |
successful | Data can be inserted into a database from a xls files | 0.056443s |
successful | Data can be inserted into a database from a xlsx files | 0.196334s |
successful | Data can be updated in a database from an ods files | 0.167890s |
successful | Data can be updated in a database from a xls files | 0.126059s |
successful | Data can be updated in a database from a xlsx files | 0.222535s |
successful | Data can be inserted into an ods files from a database | 0.106355s |
successful | Data can be inserted into a xls files from a database | 0.090728s |
successful | Data can be inserted into a xlsx files from a database | 0.123328s |
Gz archive
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 24 | 24 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Data can be gz packed and unpacked | 0.000366s |
successful | A gz archive cannot be overwritten | 0.000183s |
successful | A none-existing source cannot be unpacked | 0.000084s |
successful | A destination cannot be overwritten | 0.000130s |
TarGz archive
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 17 | 17 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Data can be tar gz packed and unpacked | 0.002441s |
successful | A tar gz archive cannot be overwritten by default | 0.001447s |
successful | A none-existing source cannot be unpacked | 0.000076s |
successful | A destination cannot be overwritten | 0.002513s |
Tar archive
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 44 | 44 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Data can be tar packed and unpacked | 0.002380s |
successful | Extracting invalid tar files fail | 0.000096s |
successful | A tar archive cannot be overwritten by default | 0.001212s |
successful | A none-existing source cannot be unpacked | 0.000080s |
successful | A destination cannot be overwritten | 0.001233s |
Zip archive
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 46 | 46 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Data can be zip packed and unpacked | 0.001083s |
successful | The output of the zip archive needs to be properly defined | 0.000089s |
successful | Extracting invalid zip files fail | 0.000096s |
successful | A zip archive cannot be overwritten by default | 0.000312s |
successful | A none-existing source cannot be unpacked | 0.000068s |
successful | A destination cannot be overwritten | 0.000306s |
Array data serializer as code
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 23 | 23 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | An array can be encoded and decoded as php code | 0.000143s |
successful | A value can be encoded and decoded into php code | 0.000082s |
Array randomizer
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | An array can be randomized using the yates algorithm | 0.000198s |
successful | An array can be randomized using the knuth algorithm | 0.000091s |
Date time randomizer
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 2 | 2 | 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 |
Description
successful | A random date time can be generated | 0.000765s |
File extension randomizer
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 4 | 4 | 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 |
Description
successful | A random file extension can be generated | 0.000237s |
Random number generator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 6 | 6 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The bsd random number generator starts with the correct sequence | 0.000153s |
successful | The same bsd seed generates the same random number | 0.000077s |
successful | Different bsd seeds generate different random numbers | 0.000113s |
successful | The msvcrt random number generator starts with the correct sequence | 0.000070s |
successful | The same msvcrt seed generates the same random number | 0.000066s |
successful | Different msvcrt seeds generate different random numbers | 0.000096s |
Random name generator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 2 | 2 | 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 |
Description
successful | Random female and male names can be generated | 0.000751s |
Random phone number generator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 21 | 21 | 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 |
Description
successful | Random phone numbers can be generated | 0.000284s |
Random string generator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 6 | 6 | 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 |
Description
successful | Random strings can be generated | 0.007460s |
Random text generator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 4 | 1 | 80.0% |
Statements | 91 | 89 | 2 | 97.8% |
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 |
Description
successful | Random text can be generated | 0.002310s |
Cron job
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 5 | 5 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The cron job has the expected default values after initialization | 0.000328s |
successful | A cron job can be created from an array and rendered | 0.000104s |
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 | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The cron handler has the expected default values after initialization | 0.069743s |
successful | The cron binary location path can be guessed | 0.015499s |
successful | A cron job can be created and returned | 0.226956s |
successful | A none-existing cron name cannot be returned | 0.059204s |
successful | A cron job can be updated | 0.225986s |
successful | A cron job can be deleted | 0.179866s |
Cron handler
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 27 | 25 | 2 | 92.6% |
Statements | 95 | 85 | 10 | 89.5% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 17 | 17 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The interval has the expected default values after initialization | 0.000411s |
successful | The start date can be set during initialization and returned | 0.000093s |
successful | The start date can set and returned | 0.000073s |
successful | The end date can set and returned | 0.000072s |
successful | The maximum execution duration can set and returned | 0.000068s |
successful | An execution minute can be added and returned | 0.000070s |
successful | An execution minute can be overwritten | 0.000071s |
successful | An execution hour can be added and returned | 0.000069s |
successful | An execution hour can be overwritten | 0.000070s |
successful | An execution year can be added and returned | 0.000075s |
successful | An execution year can be overwritten | 0.000070s |
successful | An execution day of month can be added and returned | 0.000068s |
successful | An execution day of month can be overwritten | 0.000070s |
successful | An execution day of week can be added and returned | 0.000068s |
successful | An execution day of week can be overwritten | 0.000070s |
successful | A interval can be serialized | 0.000088s |
successful | A serialized interval can be unserialized | 0.000126s |
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 | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The scheduler has the expected default values after initialization | 0.000081s |
successful | The scheduler binary location path can be guessed | 0.000066s |
Scheduler factory for creating cron/task handlers
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 4 | 2 | 2 | 50.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 |
Description
successful | The correct scheduler is crated depending on the operating system | 0.000158s |
Job/task abstraction
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 14 | 14 | 0 | 100.0% |
Statements | 18 | 18 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The task abstraction has the expected default values after initialization | 0.000116s |
successful | The command can be set and returned | 0.000072s |
successful | The interval can be set and returned | 0.000071s |
successful | The status can be set and returned | 0.000072s |
successful | The comment can be set and returned | 0.000070s |
successful | The last runtime can be set and returned | 0.000075s |
successful | The next runtime can be set and returned | 0.000073s |
Task factory for creating cron jobs/tasks
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 4 | 2 | 2 | 50.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 |
Description
successful | The correct task is crated depending on the operating system | 0.000163s |
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 | 6 | 0 | 6 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | The task handler has the expected default values after initialization | 0.000083s |
skipped | The task binary location path can be guessed | 0.000066s |
skipped | A task can be created and returned | 0.000066s |
skipped | A none-existing task name cannot be returned | 0.000063s |
skipped | A task can be updated | 0.000063s |
skipped | A task can be deleted | 0.000065s |
Array utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 20 | 15 | 5 | 75.0% |
Statements | 153 | 106 | 47 | 69.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 19 | 19 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Array values can be set and returned with a path | 0.000106s |
successful | A invalid array path returns null | 0.000071s |
successful | Test recursively if a value is in an array | 0.000096s |
successful | An array element can be removed by its path | 0.000075s |
successful | Deleting an invalid array path returns the original array | 0.000070s |
successful | The recursive sum of all values in an array can be calculated | 0.000074s |
successful | A multi-dimensional array can be flatten to a one-dimensional array | 0.000071s |
successful | The sum of an array can be calculated | 0.000079s |
successful | An array can be checked if it contains multiple defined elements | 0.000082s |
successful | An array can be checked if it contains multiple defined elements | 0.000077s |
successful | An array can be checked if it has an element and returns its index | 0.000063s |
successful | An array can be turned into a csv string | 0.000072s |
successful | A none-existing argument in an array returns a negative value | 0.000066s |
successful | The argument value in an array can be returned | 0.000063s |
successful | A none-existing argument in an array returns null | 0.000066s |
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 |
successful | All array values in an array can be square rooted | 0.000163s |
successful | All array values in an array can be turned into their absolute value | 0.000068s |
Color utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 9 | 9 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A integer can be converted to rgb | 0.000178s |
successful | Rgb can be converted to a integer | 0.000074s |
Image utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 3 | 3 | 50.0% |
Statements | 155 | 104 | 51 | 67.1% |
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 |
Description
successful | Base64 image data can be decoded to an image | 0.000213s |
Numeric utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 14 | 7 | 7 | 50.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 |
Description
successful | Integers can be unsigned right shifted | 0.000166s |
Permutation utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 23 | 23 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | An array can be permuted | 0.000132s |
successful | Two string can be checked if they are a permutation of each other | 0.000080s |
successful | A string can be checked if it is a palindrome | 0.000096s |
successful | An array can be permuted with a permutation key | 0.000069s |
successful | A none-existing permutation key throws a OutOfBoundsException | 0.000074s |
String comparison / dictionary
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 69 | 69 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A string can be matched with a dictionary entry | 0.000579s |
successful | A string doesn't match a dictionary entry if it is very different | 0.000254s |
successful | A new dictionary entry can be created and returned | 0.000205s |
String utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 9 | 2 | 81.8% |
Statements | 146 | 135 | 11 | 92.5% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 12 | 12 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The entropy of a string can be calculated | 0.000080s |
successful | A string can be checked if it starts with a defined string | 0.000076s |
successful | A string can be checked if it ends with a defined string | 0.000073s |
successful | A string can be checked if it contains at least one defined string element | 0.000072s |
successful | The amount of a defined characters in the beginning of a string can be counted | 0.000076s |
successful | A string creates a integer hash | 0.000072s |
successful | The same string creates the same hash | 0.000078s |
successful | Different strings create different hashes | 0.000108s |
successful | Various data types can be stringified | 0.000143s |
successful | Stringify/rendering a unknown data type returns null | 0.000067s |
successful | The difference between two strings can be evaluated | 0.001429s |
Multi-Byte string utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 12 | 11 | 1 | 91.7% |
Statements | 68 | 63 | 5 | 92.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 12 | 12 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The entropy of a string can be calculated | 0.000325s |
successful | A multi-byte string can be checked if it starts with a defined string | 0.000076s |
successful | A multi-byte string can be checked if it ends with a defined string | 0.000073s |
successful | A string can be checked for multi-byte characters | 0.000089s |
successful | The first character of a multi-byte string can be turned into upper case | 0.000115s |
successful | The first character of a multi-byte string can be turned into lower case | 0.000104s |
successful | A multi-byte string can be trimmed | 0.000134s |
successful | A multi-byte string can be right-trimmed | 0.000082s |
successful | A multi-byte string can be left-trimmed | 0.000079s |
successful | A multi-byte string can be checked if it contains at least one defined string element | 0.000072s |
successful | The characters of a multi-byte string can be counted | 0.000080s |
successful | The previous boundary of a utf-8 encoded quoted printable is identified correctly | 0.000067s |
Test utilities
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 20 | 20 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A member value can be returned | 0.000172s |
successful | Invalid member variable returns null | 0.000070s |
successful | A member value can be set and returned | 0.000113s |
successful | A none-existing member variable cannot be set | 0.000067s |
Datetime validator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 3 | 2 | 1 | 66.7% |
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 |
Description
successful | A date time string can be validated | 0.000127s |
Json validator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 5 | 1 | 83.3% |
Statements | 67 | 66 | 1 | 98.5% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A json string can be validated | 0.000253s |
successful | A json string can be validated against a template definition | 0.001905s |
successful | A json string can be validated against a template definition with additional data | 0.000682s |
successful | A json string cannot be validated against a template definition with additional data if an exact match is enforced | 0.000294s |
successful | A json string cannot be validated against a template definition with missing data if an exact match is enforced | 0.000236s |
successful | A json string cannot be validated against a template definition if it doesn't match the template | 0.000247s |
BIC validator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 3 | 2 | 1 | 66.7% |
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 |
Description
successful | A BIC can be validated | 0.000236s |
Credit card validator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 14 | 14 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A credit card can be validated | 0.000217s |
successful | A invalid type cannot be validated | 0.000075s |
Iban validator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 3 | 1 | 75.0% |
Statements | 51 | 50 | 1 | 98.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 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 | 1 | 1 | 0 | 100.0% |
Statements | 7 | 7 | 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 |
Description
successful | A email can be validated | 0.000099s |
Hostname validator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 13 | 11 | 2 | 84.6% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 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 | 3 | 3 | 0 | 100.0% |
Statements | 3 | 3 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A ip can be validated | 0.000170s |
successful | A ip4 can be validated | 0.000079s |
successful | A ip6 can be validated | 0.000071s |
General validator
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 22 | 22 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | A string can be checked if it contains a substring | 0.000217s |
successful | A string can be checked if it has a certain length | 0.000085s |
successful | A value can be checked if it is in range | 0.000074s |
successful | A value can be checked to be of a defined type | 0.000090s |
successful | The error message and error code have the expected default values | 0.000073s |
successful | Custom validators can be specified in order to validate a value | 0.000100s |
successful | A value can be checked to match a regular expression | 0.000128s |
Version handler
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | Versions can be compared with each other | 0.000154s |
View for response rendering
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 15 | 11 | 4 | 73.3% |
Statements | 51 | 43 | 8 | 84.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 31 | 31 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The view has the expected default values after initialization | 0.000151s |
successful | The view data can be checked for existence | 0.000087s |
successful | The view can output text from the localization manager | 0.000106s |
successful | The view can output html escaped text from the localization manager | 0.000099s |
successful | The numeric value can be printed based on the localization | 0.000170s |
successful | The percentage value can be printed based on the localization | 0.000131s |
successful | The currency value can be printed based on the localization | 0.000201s |
successful | The datetime value can be printed based on the localization | 0.000139s |
successful | View data can be set and returned | 0.000081s |
successful | View data can be added and returned | 0.000079s |
untested | View data cannot be added if it already exists | 0s |
successful | View data can be removed | 0.000084s |
successful | None-existing view data cannot be removed | 0.000079s |
successful | The request can be returned | 0.000112s |
successful | The response can be returned | 0.000097s |
successful | Text can be html escaped | 0.000102s |
successful | Views can be added and returned from a view | 0.000098s |
successful | None-existing views cannot be returned | 0.000080s |
successful | Views can be removed | 0.000084s |
successful | None-existing views cannot be removed | 0.000079s |
successful | A view can be forcefully overwritten | 0.000081s |
successful | By default a view is not overwritten | 0.000081s |
successful | A view template can be rendered | 0.000112s |
successful | A view template can be serialized | 0.000104s |
successful | A view can be turned into an array containing the rendered templates | 0.000117s |
successful | Rendering a invalid template throws a PathException | 0.000088s |
successful | Serializing a invalid template throws a PathException | 0.000084s |
successful | Getting the text without defining a module throws a InvalidModuleException exception | 0.000100s |
successful | Getting the text with an invalid template path throws a InvalidModuleException exception | 0.000092s |
successful | Getting the text without defining a template throws a InvalidThemeException exception | 0.000092s |
View for pagination
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 8 | 8 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The pagination view has the expected default values after initialization | 0.000199s |
successful | The max pages can be set and returned | 0.000079s |
successful | The pages can be set and returned | 0.000069s |
successful | The page can be set and returned | 0.000067s |
successful | The results can be set and returned | 0.000067s |
Application abstraction
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 4 | 4 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Application values can be set and returned | 0.000187s |
successful | Application values cannot be overwritten | 0.000081s |
Class autoloader
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 4 | 4 | 50.0% |
Statements | 36 | 30 | 6 | 83.3% |
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 |
Description
successful | Classes can be checked for existence | 0.000085s |
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 | 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 can be installed, deactivated and activated | 0s |
untested | The mappers are valid | 0s |
untested | The mappers match the models | 0s |
untested | The database schema definition is valid | 0s |
untested | The database schema is correctly setup in the database | 0s |
untested | The mapper matches the database setup | 0s |
untested | The module info file has the correct structure | 0s |
untested | The dependencies got installed | 0s |
untested | The routes got installed and the endpoints are defined | 0s |
untested | The hooks got installed and the endpoints are defined | 0s |
untested | The navigation got installed | 0s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The account status enum has the correct number of status codes | 0.000171s |
successful | The account status enum has only unique values | 0.000076s |
successful | The account status enum has the correct values | 0.000073s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The account type enum has the correct number of type codes | 0.000073s |
successful | The account type enum has only unique values | 0.000068s |
successful | The account type enum has the correct values | 0.000067s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The group status enum has the correct number of status codes | 0.000071s |
successful | The group status enum has only unique values | 0.000067s |
successful | The group status enum has the correct values | 0.000069s |
Null account
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The null account is an instance of the account class | 0.000075s |
successful | The null account can get initialized with an id | 0.000069s |
Null group
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 2 | 2 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The null group is an instance of the group class | 0.000070s |
successful | The null group can get initialized with an id | 0.000066s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The permission type enum has the correct number of type codes | 0.000072s |
successful | The permission type enum has only unique values | 0.000068s |
successful | The permission type enum has the correct values | 0.000077s |
Module info file manager
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 14 | 14 | 0 | 100.0% |
Statements | 22 | 22 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | An application info file can be correctly loaded | 0.000272s |
successful | A info file can be modified | 0.002637s |
successful | A invalid info file path load throws a PathException | 0.000113s |
successful | A invalid info file path update throws a PathException | 0.000078s |
successful | A invalid change data throws a InvalidArgumentException | 0.000096s |
Application manager
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 8 | 2 | 80.0% |
Statements | 68 | 66 | 2 | 97.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | An application can be installed and uninstalled | 0.135124s |
successful | An application can be re-initialized | 0.065376s |
successful | A invalid application path results in no installation | 0.000109s |
successful | A missing installation file results in no installation | 0.000085s |
successful | A missing info file results in no installation | 0.000096s |
successful | A invalid application path results in no uninstallation | 0.000086s |
successful | A missing uninstallation file results in no uninstallation | 0.000077s |
Abstract application installer
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 4 | 1 | 80.0% |
Statements | 40 | 38 | 2 | 95.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 |
Description
successful | An invalid theme cannot be installed | 0.000083s |
successful | A invalid application path cannot be activated | 0.000080s |
Abstract application uninstaller
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 17 | 17 | 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 |
Description
successful | A missing database schema will not perform any database operations | 0.000078s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The asset type enum has the correct number of status codes | 0.000143s |
successful | The asset type enum has only unique values | 0.000073s |
successful | The asset type enum has the correct values | 0.000069s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The login return type enum has the correct number of type codes | 0.000145s |
successful | The login return type enum has only unique values | 0.000078s |
successful | The login return type enum has the correct values | 0.000092s |
Lock exception
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | The lock exception is an instance of the runtime exception | 0.000162s |
Image kernel
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 41 | 0 | 41 | 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 |
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 | 3 | 0 | 3 | 0.0% |
Statements | 77 | 0 | 77 | 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 |
Description
untested | A image can be automatically unskewed | 0s |
Image thresholding
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 48 | 41 | 7 | 85.4% |
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 |
Description
successful | The thresholding is correctly applied to the image | 28.317649s |
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 | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 3166 country code enum has the correct format of country codes | 0.000349s |
successful | The ISO 3166 enum has only unique values | 0.000127s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 3166 enum has only unique values | 0.000341s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 3166 country code enum has the correct format of country codes | 0.000359s |
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 | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 3166 country code enum has the correct format of country codes | 0.000115s |
successful | The ISO 3166 enum has only unique values | 0.000082s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 4217 currency code enum has the correct format of currency codes | 0.000103s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 4217 currency code enum has the correct format of currency decimal places | 0.000274s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 4217 currency code enum has only unique values | 0.000334s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 4217 currency code enum has the correct format of currency codes | 0.000290s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 4217 currency code enum has the correct format of currency sub units | 0.000303s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 4217 currency code enum has the correct number of currency symbols | 0.000294s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 639-1 enum has only unique values | 0.000120s |
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 | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 639-2 language code enum has the correct format of language codes | 0.000297s |
successful | The ISO 639-2 enum has only unique values | 0.000094s |
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 | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The ISO 8601 date time format enum has the correct number of date time formats | 0.000236s |
successful | The ISO 8601 enum has only unique values | 0.000085s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The phone enum has the correct format of country phone numbers | 0.000310s |
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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The time zone enum array has only unique values | 0.000100s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The log level enum has the correct number of log levels | 0.000073s |
successful | The log level enum has only unique values | 0.000068s |
successful | The log level enum has the correct values | 0.000082s |
Abstract request
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 16 | 6 | 10 | 37.5% |
Statements | 72 | 47 | 25 | 65.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | Request data can be set and returned | 0.000104s |
successful | A invalid data key returns null | 0.000069s |
successful | Request data can be set and returned with correct types | 0.000099s |
Abstract module installer
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 1 | 3 | 25.0% |
Statements | 22 | 9 | 13 | 40.9% |
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 |
Description
successful | Invalid or missing module status file throws exception during installation | 0.000369s |
Abstract module status
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 2 | 8 | 20.0% |
Statements | 52 | 4 | 48 | 7.7% |
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 |
Description
successful | A invalid module path cannot be activated | 0.000311s |
Abstract module uninstaller
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 0 | 4 | 0.0% |
Statements | 29 | 3 | 26 | 10.3% |
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 |
Description
successful | A missing database schema will not perform any database operations | 0.000278s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The character set type enum has the correct amount of values | 0.000076s |
successful | The character set type enum has only unique values | 0.000067s |
successful | The character set type enum has the correct values | 0.000069s |
MimeType
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 9 | 1 | 8 | 11.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The mime type enum vales have the correct format | 0.000476s |
successful | The mime type enum vales can be retreived by extension | 0.000073s |
successful | A unknown extension returns application/octet-stream | 0.000068s |
Operating system
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 7 | 4 | 3 | 57.1% |
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 |
Description
successful | The current operating system can be returned | 0.000119s |
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 | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | The system type enum has the correct amount of values | 0.000076s |
successful | The system type enum has only unique values | 0.000067s |
successful | The system type enum has the correct values | 0.000072s |
Invalid uri exception
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | The invalid uri exception is an unexpected value exception | 0.000164s |
successful | 0.000192s | |
successful | 0.000075s | |
successful | 0.000194s | |
successful | 0.000081s | |
successful | 0.000095s | |
successful | 0.000190s | |
successful | 0.000079s | |
successful | 0.000086s | |
successful | 0.000072s | |
successful | 0.000062s | |
successful | 0.000061s | |
successful | 0.000065s | |
successful | 0.000101s | |
successful | 0.000085s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
untested | 0s | |
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.000065s |
phpOMS\tests\Account\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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000056s |
phpOMS\tests\Account\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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000054s |
phpOMS\tests\Account\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 | 1 | 1 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000065s |
phpOMS\tests\Account\PermissionAbstractTest
Coverage
Description | Total | 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 |
Description
successful | 1.867848s |
phpOMS\tests\Ai\Ocr\BasicOcrTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 7 | 1 | 87.5% |
Statements | 100 | 97 | 3 | 97.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.403112s | |
successful | 0.000242s | |
successful | 0.000132s | |
successful | 0.459189s |
phpOMS\tests\Ai\Ocr\Tesseract\TesseractOcrTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 26 | 19 | 7 | 73.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 2 | 0 | 0 | 1 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
failure | 0.000204s | |
successful | 23.432925s | |
successful | 0.000096s |
phpOMS\tests\Algorithm\Clustering\PointTest
Coverage
Description | Total | 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 |
Description
successful | 0.000644s |
phpOMS\tests\Algorithm\PathFinding\AStarTest
Coverage
Description | Total | 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 |
Description
successful | 0.000607s |
phpOMS\tests\Algorithm\PathFinding\JumpPointSearchTest
Coverage
Description | Total | 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 |
Description
successful | 0.000233s |
phpOMS\tests\Algorithm\Rating\EloTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 8 | 8 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000079s | |
successful | 0.000297s |
phpOMS\tests\Algorithm\Rating\Glicko1Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 30 | 29 | 1 | 96.7% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000085s | |
successful | 0.002863s |
phpOMS\tests\Algorithm\Rating\Glicko2Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 37 | 37 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000361s | |
successful | 0.112922s |
phpOMS\tests\Api\EUVAT\EUVATBffOnlineTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 70 | 60 | 10 | 85.7% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.103181s | |
successful | 0.189268s |
phpOMS\tests\Api\EUVAT\EUVATViesTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 0 | 3 | 0.0% |
Statements | 118 | 60 | 58 | 50.8% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.139977s |
phpOMS\tests\Application\StatusAbstractTest
Coverage
Description | Total | 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 |
Description
successful | 0.000144s |
phpOMS\tests\AutoloadExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000147s |
phpOMS\tests\AutoloaderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 4 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000123s | |
successful | 0.000062s | |
skipped | 0.000132s | |
successful | 0.000069s | |
successful | 0.000126s |
phpOMS\tests\Business\Finance\DepreciationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000111s | |
successful | 0.000116s | |
successful | 0.000109s | |
successful | 0.001373s |
phpOMS\tests\Business\Finance\ForensicsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 13 | 13 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000200s | |
successful | 0.000370s |
phpOMS\tests\Business\Finance\StockBondsTest
Coverage
Description | Total | 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 |
Description
successful | 0.000084s |
phpOMS\tests\Business\Marketing\MetricsTest
Coverage
Description | Total | 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 |
Description
successful | 0.000859s |
phpOMS\tests\Business\Recommendation\ArticleCorrelationAffinityTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 20 | 20 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000305s | |
successful | 0.000073s |
phpOMS\tests\DataStorage\Cache\CacheStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000066s | |
successful | 0.000070s | |
successful | 0.000069s |
phpOMS\tests\DataStorage\Cache\CacheTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000063s | |
successful | 0.000068s | |
successful | 0.000140s |
phpOMS\tests\DataStorage\Cache\Connection\CacheValueTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000070s | |
successful | 0.000080s | |
successful | 0.000248s |
phpOMS\tests\DataStorage\Cache\Connection\FileCacheTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 21 | 21 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 4.002087s | |
successful | 0.000283s | |
successful | 0.011347s | |
successful | 4.001819s | |
successful | 0.000255s | |
successful | 0.005289s | |
successful | 0.000273s | |
successful | 0.000219s | |
successful | 0.000746s | |
successful | 0.000236s | |
successful | 0.000212s | |
successful | 0.000603s | |
successful | 0.000217s | |
successful | 0.000209s | |
successful | 0.000569s | |
successful | 1.001599s | |
successful | 0.000256s | |
successful | 2.003359s | |
successful | 0.000259s | |
successful | 0.000249s | |
skipped | 0.000101s |
phpOMS\tests\DataStorage\Cache\Connection\MemCachedTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 15 | 0 | 15 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000100s | |
skipped | 0.000100s | |
skipped | 0.000099s | |
skipped | 0.000099s | |
skipped | 0.000098s | |
skipped | 0.000099s | |
skipped | 0.000099s | |
skipped | 0.000101s | |
skipped | 0.000101s | |
skipped | 0.000101s | |
skipped | 0.000102s | |
skipped | 0.000102s | |
skipped | 0.000102s | |
skipped | 0.000102s | |
successful | 0.000103s |
phpOMS\tests\DataStorage\Cache\Connection\NullCacheTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 15 | 15 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000104s | |
successful | 0.000108s | |
successful | 0.000097s | |
successful | 0.000099s | |
successful | 0.000098s | |
successful | 0.000097s | |
successful | 0.000107s | |
successful | 0.000104s | |
successful | 0.000096s | |
successful | 0.000096s | |
successful | 0.000096s | |
successful | 0.000098s | |
successful | 0.000097s | |
successful | 0.000099s | |
skipped | 0.000101s |
phpOMS\tests\DataStorage\Cache\Connection\RedisCacheTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 20 | 0 | 20 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000101s | |
skipped | 0.000109s | |
skipped | 0.000101s | |
skipped | 0.000101s | |
skipped | 0.000100s | |
skipped | 0.000100s | |
skipped | 0.000100s | |
skipped | 0.000100s | |
skipped | 0.000100s | |
skipped | 0.000100s | |
skipped | 0.000100s | |
skipped | 0.000099s | |
skipped | 0.000087s | |
skipped | 0.000080s | |
skipped | 0.000079s | |
skipped | 0.000078s | |
skipped | 0.000079s | |
skipped | 0.000080s | |
skipped | 0.000079s | |
successful | 0.000245s |
phpOMS\tests\DataStorage\Cache\Exception\InvalidConnectionConfigExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000262s |
phpOMS\tests\DataStorage\Database\Connection\PostgresConnectionTest
Coverage
Description | Total | 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 |
Description
successful | 0.000088s |
phpOMS\tests\DataStorage\Database\Connection\SQLiteConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000085s | |
successful | 0.985959s |
phpOMS\tests\DataStorage\Database\DataMapperAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 1.125400s | |
successful | 1.044964s | |
successful | 1.349808s | |
successful | 0.912401s | |
successful | 1.330058s | |
successful | 2.155805s | |
successful | 0.986365s | |
successful | 1.236752s | |
successful | 1.327269s | |
successful | 1.088009s | |
successful | 1.040857s | |
successful | 1.312962s | |
successful | 1.026360s | |
successful | 0.985412s | |
successful | 1.066448s | |
successful | 0.000109s |
phpOMS\tests\DataStorage\Database\DatabaseStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000099s | |
successful | 0.000110s | |
successful | 0.000102s |
phpOMS\tests\DataStorage\Database\DatabaseTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000095s | |
successful | 0.000105s | |
successful | 0.000244s |
phpOMS\tests\DataStorage\Database\Exception\InvalidConnectionConfigExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000208s |
phpOMS\tests\DataStorage\Database\Exception\InvalidDatabaseTypeExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000320s |
phpOMS\tests\DataStorage\Database\Exception\InvalidMapperExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 3 | 3 | 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 |
Description
successful | 0.000821s |
phpOMS\tests\DataStorage\Database\Query\BuilderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 96 | 50 | 46 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000094s | |
successful | 0.000664s | |
skipped | 0.000081s | |
successful | 0.000164s | |
successful | 0.000160s | |
successful | 0.000110s | |
successful | 0.000110s | |
successful | 0.000358s | |
skipped | 0.000060s | |
successful | 0.000306s | |
skipped | 0.000053s | |
successful | 0.000155s | |
skipped | 0.000053s | |
successful | 0.000128s | |
skipped | 0.000053s | |
successful | 0.000244s | |
skipped | 0.000053s | |
successful | 0.000216s | |
skipped | 0.000053s | |
successful | 0.000682s | |
skipped | 0.000053s | |
successful | 0.000644s | |
skipped | 0.000052s | |
successful | 0.000981s | |
skipped | 0.000054s | |
successful | 0.000935s | |
skipped | 0.000053s | |
successful | 0.000218s | |
skipped | 0.000053s | |
successful | 0.000188s | |
skipped | 0.000052s | |
successful | 0.000137s | |
skipped | 0.000054s | |
successful | 0.000112s | |
skipped | 0.000052s | |
successful | 0.000209s | |
skipped | 0.000052s | |
successful | 0.000180s | |
skipped | 0.000052s | |
successful | 0.000082s | |
skipped | 0.000052s | |
successful | 0.000056s | |
skipped | 0.000051s | |
successful | 0.000081s | |
skipped | 0.000052s | |
successful | 0.000053s | |
skipped | 0.000051s | |
successful | 0.000083s | |
skipped | 0.000051s | |
successful | 0.000057s | |
skipped | 0.000052s | |
successful | 0.000081s | |
skipped | 0.000051s | |
successful | 0.000059s | |
skipped | 0.000051s | |
successful | 0.000081s | |
skipped | 0.000051s | |
successful | 0.000058s | |
skipped | 0.000051s | |
successful | 0.000082s | |
skipped | 0.000051s | |
successful | 0.000062s | |
skipped | 0.000051s | |
successful | 0.000078s | |
skipped | 0.000051s | |
successful | 0.000054s | |
skipped | 0.000050s | |
successful | 0.000081s | |
skipped | 0.000052s | |
successful | 0.000054s | |
skipped | 0.000053s | |
successful | 0.000078s | |
skipped | 0.000051s | |
successful | 0.000054s | |
skipped | 0.000050s | |
successful | 0.000079s | |
skipped | 0.000054s | |
successful | 0.000054s | |
skipped | 0.000051s | |
successful | 0.000079s | |
skipped | 0.000052s | |
successful | 0.000055s | |
skipped | 0.000050s | |
successful | 0.000078s | |
skipped | 0.000051s | |
successful | 0.000055s | |
skipped | 0.000051s | |
successful | 0.000081s | |
skipped | 0.000051s | |
successful | 0.000057s | |
skipped | 0.000050s | |
successful | 0.000088s | |
skipped | 0.000051s | |
successful | 0.000059s | |
skipped | 0.000050s | |
successful | 0.000154s |
phpOMS\tests\DataStorage\Database\Query\ColumnTest
Coverage
Description | Total | 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 |
Description
successful | 0.000151s |
phpOMS\tests\DataStorage\Database\Query\CountTest
Coverage
Description | Total | 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 |
Description
successful | 0.000134s |
phpOMS\tests\DataStorage\Database\Query\ExpressionTest
Coverage
Description | Total | 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 |
Description
successful | 0.000134s |
phpOMS\tests\DataStorage\Database\Query\FromTest
Coverage
Description | Total | 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 |
Description
successful | 0.000156s |
phpOMS\tests\DataStorage\Database\Query\Grammar\OracleGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 5 | 0 | 5 | 0.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 |
Description
successful | 0.000069s |
phpOMS\tests\DataStorage\Database\Query\Grammar\PostgresGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 4 | 3 | 1 | 75.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 |
Description
successful | 0.000065s |
phpOMS\tests\DataStorage\Database\Query\Grammar\SqlServerGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 5 | 4 | 1 | 80.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 |
Description
successful | 0.000136s |
phpOMS\tests\DataStorage\Database\Query\IntoTest
Coverage
Description | Total | 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 |
Description
successful | 0.000074s |
phpOMS\tests\DataStorage\Database\Query\JoinTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000066s | |
successful | 0.000091s | |
successful | 0.000068s |
phpOMS\tests\DataStorage\Database\Query\QueryTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000064s | |
successful | 0.000077s | |
successful | 0.000135s |
phpOMS\tests\DataStorage\Database\Query\SelectTest
Coverage
Description | Total | 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 |
Description
successful | 0.000079s |
phpOMS\tests\DataStorage\Database\Query\WhereTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 2 | 2 | 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 |
Description
successful | 0.000132s |
phpOMS\tests\DataStorage\Database\RelationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s | |
successful | 0.000078s | |
successful | 0.000098s |
phpOMS\tests\DataStorage\Database\Schema\BuilderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 24 | 12 | 12 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000059s | |
successful | 0.000063s | |
skipped | 0.000052s | |
successful | 0.000092s | |
skipped | 0.000052s | |
successful | 0.000062s | |
skipped | 0.000051s | |
successful | 0.000139s | |
skipped | 0.000053s | |
successful | 0.000101s | |
skipped | 0.000060s | |
successful | 0.000150s | |
skipped | 0.000055s | |
successful | 0.000102s | |
skipped | 0.000052s | |
successful | 0.000136s | |
skipped | 0.000054s | |
successful | 0.000112s | |
skipped | 0.000052s | |
successful | 0.000092s | |
skipped | 0.000052s | |
successful | 0.000065s | |
skipped | 0.000052s | |
successful | 0.000261s |
phpOMS\tests\DataStorage\Database\Schema\Grammar\OracleGrammarTest
Coverage
Description | Total | 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 |
Description
successful | 0.000137s |
phpOMS\tests\DataStorage\Database\Schema\Grammar\PostgresGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 0 | 3 | 0.0% |
Statements | 33 | 0 | 33 | 0.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 |
Description
successful | 0.000131s |
phpOMS\tests\DataStorage\Database\Schema\Grammar\SqlServerGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 0 | 3 | 0.0% |
Statements | 34 | 0 | 34 | 0.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 |
Description
successful | 0.000139s |
phpOMS\tests\DataStorage\Database\Schema\QueryTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000133s | |
successful | 0.000152s | |
successful | 0.000059s |
phpOMS\tests\ExtensionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000052s | |
successful | 0.000050s | |
successful | 0.000050s | |
successful | 0.000050s | |
successful | 0.000286s |
phpOMS\tests\Localization\ISO3166CharEnumTest
Coverage
Description | Total | 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 |
Description
successful | 0.000325s |
phpOMS\tests\Localization\ISO3166NameEnumTest
Coverage
Description | Total | 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 |
Description
successful | 0.000292s |
phpOMS\tests\Localization\ISO3166NumEnumTest
Coverage
Description | Total | 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 |
Description
successful | 0.000274s |
phpOMS\tests\Localization\ISO3166TwoEnumTest
Coverage
Description | Total | 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 |
Description
successful | 0.000076s |
phpOMS\tests\Localization\ISO4217CharEnumTest
Coverage
Description | Total | 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 |
Description
successful | 0.000284s |
phpOMS\tests\Localization\ISO639EnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.002321s | |
successful | 0.000078s |
phpOMS\tests\Localization\ISO639x1EnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.002280s | |
successful | 0.002277s |
phpOMS\tests\Localization\ISO639x2EnumTest
Coverage
Description | Total | 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 |
Description
successful | 0.252129s |
phpOMS\tests\Localization\LanguageDetection\LanguageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 33 | 27 | 6 | 81.8% |
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 |
Description
successful | 0.000156s |
phpOMS\tests\Math\Exception\ZeroDivisionExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000418s |
phpOMS\tests\Math\Matrix\EigenvalueDecompositionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000837s | |
successful | 0.000800s | |
successful | 0.001259s | |
successful | 0.003384s | |
successful | 0.000079s |
phpOMS\tests\Math\Matrix\Exception\InvalidDimensionExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000489s |
phpOMS\tests\Math\Matrix\MatrixTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 1 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000176s | |
successful | 0.000141s |
phpOMS\tests\Math\Number\NumberTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s | |
successful | 0.000084s | |
successful | 0.000072s |
phpOMS\tests\Math\Statistic\AverageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000070s | |
successful | 0.000175s |
phpOMS\tests\Math\Statistic\BasicTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 7 | 7 | 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 |
Description
successful | 0.000412s |
phpOMS\tests\Math\Statistic\Forecast\ErrorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 18 | 0 | 100.0% |
Statements | 41 | 41 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000221s | |
successful | 0.000126s | |
successful | 0.000119s | |
successful | 0.000114s | |
successful | 0.000074s | |
successful | 0.000085s | |
successful | 0.000113s | |
successful | 0.000089s | |
successful | 0.000082s | |
successful | 0.000079s | |
successful | 0.000241s |
phpOMS\tests\Math\Statistic\Forecast\ForecastsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 23 | 1 | 22 | 4.3% |
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 |
Description
successful | 0.000070s |
phpOMS\tests\Math\Statistic\MeasureOfDispersionTest
Coverage
Description | Total | 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 |
Description
successful | 0.000208s |
phpOMS\tests\Math\Stochastic\Distribution\BernoulliDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 12 | 12 | 0 | 100.0% |
Statements | 28 | 28 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 13 | 13 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000105s | |
successful | 0.000064s | |
successful | 0.000122s | |
successful | 0.000096s | |
successful | 0.000063s | |
successful | 0.000064s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000064s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000077s | |
successful | 0.000228s |
phpOMS\tests\Math\Stochastic\Distribution\BetaDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 9 | 0 | 100.0% |
Statements | 20 | 20 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000086s | |
successful | 0.000064s | |
successful | 0.000064s | |
successful | 0.000112s | |
successful | 0.000063s | |
successful | 0.000097s | |
successful | 0.000105s | |
successful | 0.000240s | |
successful | 0.000216s |
phpOMS\tests\Math\Stochastic\Distribution\BinomialDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 11 | 0 | 100.0% |
Statements | 14 | 14 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000142s | |
successful | 0.000067s | |
successful | 0.000064s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000063s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000064s | |
successful | 0.000062s | |
successful | 0.000156s |
phpOMS\tests\Math\Stochastic\Distribution\CauchyDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 5 | 5 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000087s | |
successful | 0.000079s | |
successful | 0.000063s | |
successful | 0.000407s |
phpOMS\tests\Math\Stochastic\Distribution\ChiSquaredDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 12 | 12 | 0 | 100.0% |
Statements | 38 | 38 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 16 | 16 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000103s | |
successful | 0.000065s | |
successful | 0.000088s | |
successful | 0.000077s | |
successful | 0.000064s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000062s | |
successful | 0.000064s | |
successful | 0.000090s | |
successful | 0.000106s | |
successful | 0.000080s | |
successful | 0.000075s | |
successful | 0.000070s | |
successful | 0.000069s | |
successful | 0.000209s |
phpOMS\tests\Math\Stochastic\Distribution\ExponentialDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 10 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000089s | |
successful | 0.000064s | |
successful | 0.000077s | |
successful | 0.000063s | |
successful | 0.000077s | |
successful | 0.000062s | |
successful | 0.000063s | |
successful | 0.000076s | |
successful | 0.000075s | |
successful | 0.000074s | |
successful | 0.000205s |
phpOMS\tests\Math\Stochastic\Distribution\FDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 7 | 0 | 100.0% |
Statements | 18 | 18 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000080s | |
successful | 0.000088s | |
successful | 0.000089s | |
successful | 0.000068s | |
successful | 0.000097s | |
successful | 0.000126s | |
successful | 0.000230s |
phpOMS\tests\Math\Stochastic\Distribution\GammaDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 18 | 0 | 100.0% |
Statements | 18 | 18 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 18 | 18 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000101s | |
successful | 0.000111s | |
successful | 0.000106s | |
successful | 0.000075s | |
successful | 0.000082s | |
successful | 0.000076s | |
successful | 0.000078s | |
successful | 0.000076s | |
successful | 0.000077s | |
successful | 0.000063s | |
successful | 0.000064s | |
successful | 0.000075s | |
successful | 0.000076s | |
successful | 0.000064s | |
successful | 0.000068s | |
successful | 0.000076s | |
successful | 0.000075s | |
successful | 0.000191s |
phpOMS\tests\Math\Stochastic\Distribution\GeometricDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 10 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 10 | 10 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000087s | |
successful | 0.000064s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000067s | |
successful | 0.000063s | |
successful | 0.000071s | |
successful | 0.000206s |
phpOMS\tests\Math\Stochastic\Distribution\HypergeometricDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 17 | 17 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 8 | 8 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000119s | |
successful | 0.000079s | |
successful | 0.000079s | |
successful | 0.000079s | |
successful | 0.000065s | |
successful | 0.000114s | |
successful | 0.000246s | |
successful | 0.000221s |
phpOMS\tests\Math\Stochastic\Distribution\LaplaceDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 10 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000087s | |
successful | 0.000078s | |
successful | 0.000076s | |
successful | 0.000079s | |
successful | 0.000076s | |
successful | 0.000075s | |
successful | 0.000082s | |
successful | 0.000064s | |
successful | 0.000065s | |
successful | 0.000076s | |
successful | 0.000173s |
phpOMS\tests\Math\Stochastic\Distribution\LogDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 7 | 0 | 100.0% |
Statements | 8 | 8 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 7 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000175s | |
successful | 0.000066s | |
successful | 0.000062s | |
successful | 0.000064s | |
successful | 0.000065s | |
successful | 0.000066s | |
successful | 0.000214s |
phpOMS\tests\Math\Stochastic\Distribution\LogNormalDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 11 | 0 | 100.0% |
Statements | 15 | 15 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000114s | |
successful | 0.000065s | |
successful | 0.000064s | |
successful | 0.000090s | |
successful | 0.000064s | |
successful | 0.000064s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000069s | |
successful | 0.000062s | |
successful | 0.000167s |
phpOMS\tests\Math\Stochastic\Distribution\LogisticDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 10 | 0 | 100.0% |
Statements | 11 | 11 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 10 | 10 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s | |
successful | 0.000079s | |
successful | 0.000076s | |
successful | 0.000076s | |
successful | 0.000063s | |
successful | 0.000064s | |
successful | 0.000076s | |
successful | 0.000060s | |
successful | 0.000063s | |
successful | 0.000215s |
phpOMS\tests\Math\Stochastic\Distribution\NormalDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 14 | 13 | 1 | 92.9% |
Statements | 17 | 16 | 1 | 94.1% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 13 | 13 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000112s | |
successful | 0.000078s | |
successful | 0.000077s | |
successful | 0.000076s | |
successful | 0.000075s | |
successful | 0.000080s | |
successful | 0.000063s | |
successful | 0.000061s | |
successful | 0.000079s | |
successful | 0.000076s | |
successful | 0.000064s | |
successful | 0.000063s | |
successful | 0.000197s |
phpOMS\tests\Math\Stochastic\Distribution\ParetoDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 11 | 0 | 100.0% |
Statements | 17 | 17 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000091s | |
successful | 0.000068s | |
successful | 0.000082s | |
successful | 0.000064s | |
successful | 0.000066s | |
successful | 0.000066s | |
successful | 0.000063s | |
successful | 0.000076s | |
successful | 0.000063s | |
successful | 0.000063s | |
successful | 0.000199s |
phpOMS\tests\Math\Stochastic\Distribution\PoissonDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 11 | 0 | 100.0% |
Statements | 14 | 14 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000136s | |
successful | 0.000079s | |
successful | 0.000069s | |
successful | 0.000063s | |
successful | 0.000063s | |
successful | 0.000063s | |
successful | 0.000068s | |
successful | 0.000063s | |
successful | 0.000062s | |
successful | 0.000063s | |
successful | 0.000069s |
phpOMS\tests\Math\Stochastic\Distribution\TDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 29 | 29 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 8 | 8 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000062s | |
successful | 0.000060s | |
successful | 0.000068s | |
successful | 0.000067s | |
successful | 0.000082s | |
successful | 0.000065s | |
successful | 0.000128s | |
successful | 0.000243s |
phpOMS\tests\Math\Stochastic\Distribution\UniformDistributionContinuousTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 10 | 0 | 100.0% |
Statements | 14 | 14 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 10 | 10 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000110s | |
successful | 0.000235s | |
successful | 0.000065s | |
successful | 0.000063s | |
successful | 0.000063s | |
successful | 0.000064s | |
successful | 0.000083s | |
successful | 0.000061s | |
successful | 0.000082s | |
successful | 0.000166s |
phpOMS\tests\Math\Stochastic\Distribution\UniformDistributionDiscreteTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 9 | 0 | 100.0% |
Statements | 13 | 13 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000072s | |
successful | 0.000078s | |
successful | 0.000063s | |
successful | 0.000067s | |
successful | 0.000063s | |
successful | 0.000064s | |
successful | 0.000079s | |
successful | 0.000065s | |
successful | 0.000076s | |
successful | 0.000070s | |
successful | 0.000204s |
phpOMS\tests\Math\Stochastic\Distribution\WeibullDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 9 | 0 | 100.0% |
Statements | 17 | 17 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 9 | 9 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000094s | |
successful | 0.000087s | |
successful | 0.000080s | |
successful | 0.000078s | |
successful | 0.000088s | |
successful | 0.000089s | |
successful | 0.000077s | |
successful | 0.000099s | |
successful | 0.000191s |
phpOMS\tests\Math\Stochastic\Distribution\ZTestingTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 9 | 9 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000121s | |
successful | 0.000111s | |
successful | 0.000240s |
phpOMS\tests\Message\Cli\CliHeaderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 6 | 2 | 75.0% |
Statements | 23 | 21 | 2 | 91.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 10 | 9 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000091s | |
successful | 0.000075s | |
successful | 0.000078s | |
successful | 0.000078s | |
successful | 0.000079s | |
skipped | 0.000077s | |
successful | 0.000064s | |
successful | 0.000070s | |
successful | 0.000068s | |
successful | 0.000630s |
phpOMS\tests\Message\Cli\CliRequestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 10 | 8 | 55.6% |
Statements | 78 | 40 | 38 | 51.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 11 | 11 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000116s | |
successful | 0.000078s | |
successful | 0.000076s | |
successful | 0.000107s | |
successful | 0.000506s | |
successful | 0.000103s | |
successful | 0.000087s | |
successful | 0.000097s | |
successful | 0.000102s | |
successful | 0.000114s | |
successful | 0.000271s |
phpOMS\tests\Message\Cli\CliResponseTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 7 | 0 | 100.0% |
Statements | 36 | 36 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000088s | |
successful | 0.000462s | |
successful | 0.000145s | |
successful | 0.000200s | |
successful | 0.000083s | |
successful | 0.000161s |
phpOMS\tests\Message\Http\BrowserTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000076s | |
successful | 0.000092s | |
successful | 0.000081s |
phpOMS\tests\Message\Http\HttpRequestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 2 | 0 | 0 | 1 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000092s | |
failure | 0.000624s | |
successful | 0.000150s |
phpOMS\tests\Message\Http\HttpResponseTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000148s | |
successful | 0.000111s |
phpOMS\tests\Message\Http\OSTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000098s | |
successful | 0.000101s |
phpOMS\tests\Message\Http\RequestMethodTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000095s | |
successful | 0.000110s | |
successful | 0.000104s |
phpOMS\tests\Message\Http\RequestStatusCodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000103s | |
successful | 0.000292s | |
successful | 0.000241s |
phpOMS\tests\Message\Http\RequestStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000080s | |
successful | 0.000210s | |
skipped | 0.000163s |
phpOMS\tests\Message\Http\RestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 0 | 2 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000125s | |
successful | 0.002982s |
phpOMS\tests\Message\Mail\EmailTestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 27 | 27 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000133s | |
successful | 0.000065s | |
successful | 0.000073s | |
successful | 0.000072s | |
successful | 0.000060s | |
successful | 0.000077s | |
successful | 0.000060s | |
successful | 0.000069s | |
successful | 0.000061s | |
successful | 0.000069s | |
successful | 0.000059s | |
successful | 0.000054s | |
successful | 0.000085s | |
successful | 0.000062s | |
successful | 0.000058s | |
successful | 0.000144s | |
successful | 0.000555s | |
successful | 0.000113s | |
successful | 0.000083s | |
successful | 0.000089s | |
successful | 0.000076s | |
successful | 0.000066s | |
successful | 0.000060s | |
successful | 0.000432s | |
successful | 0.000093s | |
successful | 0.000062s | |
skipped | 0.000666s |
phpOMS\tests\Message\Mail\ImapTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 0 | 18 | 0.0% |
Statements | 65 | 0 | 65 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 7 | 0 | 7 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000201s | |
skipped | 0.000115s | |
skipped | 0.000111s | |
skipped | 0.000111s | |
skipped | 0.000111s | |
skipped | 0.000115s | |
skipped | 0.000624s |
phpOMS\tests\Message\Mail\MailHandlerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 0 | 11 | 0.0% |
Statements | 142 | 0 | 142 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 51 | 0 | 51 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000106s | |
skipped | 0.000073s | |
skipped | 0.000069s | |
skipped | 0.000067s | |
skipped | 0.000070s | |
skipped | 0.000067s | |
skipped | 0.000067s | |
skipped | 0.000067s | |
skipped | 0.000067s | |
skipped | 0.000066s | |
skipped | 0.000076s | |
skipped | 0.000060s | |
skipped | 0.000060s | |
skipped | 0.000077s | |
skipped | 0.000059s | |
skipped | 0.000059s | |
skipped | 0.000073s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000066s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000073s | |
skipped | 0.000057s | |
skipped | 0.000057s | |
skipped | 0.000075s | |
skipped | 0.000057s | |
skipped | 0.000059s | |
skipped | 0.000819s | |
skipped | 0.000236s | |
skipped | 0.000128s | |
skipped | 0.000122s | |
skipped | 0.000121s | |
skipped | 0.000120s | |
skipped | 0.000121s | |
skipped | 0.000120s | |
skipped | 0.000119s | |
skipped | 0.000120s | |
skipped | 0.000120s | |
skipped | 0.000138s | |
skipped | 0.000116s | |
skipped | 0.000112s | |
skipped | 0.000131s | |
skipped | 0.000112s | |
skipped | 0.000119s | |
skipped | 0.000382s |
phpOMS\tests\Message\Mail\Pop3Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 0 | 18 | 0.0% |
Statements | 56 | 0 | 56 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 0 | 6 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000167s | |
skipped | 0.000114s | |
skipped | 0.000113s | |
skipped | 0.000111s | |
skipped | 0.000110s | |
skipped | 0.000066s |
phpOMS\tests\Message\Socket\HeaderTest
Coverage
Description | Total | 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 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000060s |
phpOMS\tests\Message\Socket\PacketManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 10 | 0 | 10 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 1 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000154s |
phpOMS\tests\Message\Socket\PacketTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000075s | |
successful | 0.000090s | |
skipped | 0.000064s |
phpOMS\tests\Message\Socket\RequestTest
Coverage
Description | Total | 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 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000059s |
phpOMS\tests\Message\Socket\ResponseTest
Coverage
Description | Total | 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 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000169s |
phpOMS\tests\phpOMS\Model\Message\DomActionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s | |
successful | 0.000084s | |
successful | 0.000207s |
phpOMS\tests\phpOMS\Model\Message\DomTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000251s | |
successful | 0.000181s |
phpOMS\tests\phpOMS\Model\Message\FormValidationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000178s | |
successful | 0.000247s |
phpOMS\tests\phpOMS\Model\Message\NotifyTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000278s | |
successful | 0.000201s |
phpOMS\tests\phpOMS\Model\Message\RedirectTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000208s | |
successful | 0.000171s |
phpOMS\tests\phpOMS\Model\Message\ReloadTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000153s | |
successful | 0.000151s |
phpOMS\tests\Module\Exception\InvalidModuleExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000141s |
phpOMS\tests\Module\Exception\InvalidThemeExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000425s |
phpOMS\tests\PreloaderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 5 | 0 | 100.0% |
Statements | 25 | 25 | 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 |
Description
successful | 0.000089s |
phpOMS\tests\WebRouter\RouteVerbTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000070s | |
successful | 0.000322s |
phpOMS\tests\Security\EncryptionHelperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 4 | 4 | 50.0% |
Statements | 108 | 98 | 10 | 90.7% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000312s | |
successful | 0.000323s | |
successful | 0.000086s |
phpOMS\tests\Security\GuardTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 14 | 13 | 1 | 92.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000062s | |
skipped | 0.000066s |
phpOMS\tests\Socket\Client\ClientConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 0 | 9 | 0.0% |
Statements | 11 | 0 | 11 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 1 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000103s |
phpOMS\tests\Socket\Client\ClientTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 0 | 5 | 0.0% |
Statements | 29 | 0 | 29 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 1 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000230s |
phpOMS\tests\Socket\Client\NullClientConnectionTest
Coverage
Description | Total | 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 |
Description
skipped | 0.000074s |
phpOMS\tests\Socket\Server\ClientManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 0 | 4 | 0.0% |
Statements | 10 | 0 | 10 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 1 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000099s |
phpOMS\tests\Socket\Server\ServerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 10 | 0 | 10 | 0.0% |
Statements | 100 | 0 | 100 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 1 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s |
phpOMS\tests\Stdlib\Base\AddressTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000065s | |
successful | 0.000080s | |
successful | 0.000139s |
phpOMS\tests\Stdlib\Base\Exception\InvalidEnumNameTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000075s |
phpOMS\tests\Stdlib\Base\Exception\InvalidEnumValueTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000079s |
phpOMS\tests\Stdlib\Base\LocationTest
Coverage
Description | Total | 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 |
Description
successful | 0.000133s |
phpOMS\tests\Stdlib\Base\NullLocationTest
Coverage
Description | Total | 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 |
Description
successful | 0.000138s |
phpOMS\tests\Stdlib\Base\PhoneTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000072s | |
successful | 0.000070s | |
successful | 0.000120s |
phpOMS\tests\Stdlib\Graph\GraphTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 17 | 17 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000182s | |
successful | 0.000313s | |
successful | 0.000308s | |
successful | 0.000582s | |
successful | 0.000393s | |
successful | 0.001297s | |
successful | 0.000719s | |
successful | 0.000166s | |
successful | 0.000158s | |
successful | 0.000985s | |
successful | 0.001414s | |
successful | 0.000263s | |
successful | 0.000175s | |
successful | 0.000094s | |
successful | 0.000131s | |
successful | 0.000174s | |
successful | 0.000072s |
phpOMS\tests\Stdlib\Graph\NodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000081s | |
successful | 0.000167s |
phpOMS\tests\Stdlib\Map\KeyTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000076s | |
successful | 0.000065s | |
successful | 0.000073s |
phpOMS\tests\Stdlib\Map\OrderTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000065s | |
successful | 0.000064s | |
successful | 0.000146s |
phpOMS\tests\Stdlib\Queue\PriorityModeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s | |
successful | 0.000070s | |
successful | 0.000141s |
phpOMS\tests\System\File\ContentPutModeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000072s | |
successful | 0.000070s | |
successful | 0.000143s |
phpOMS\tests\System\File\ExtensionTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000075s | |
successful | 0.000098s | |
successful | 0.000113s |
phpOMS\tests\System\File\FileUtilsTest
Coverage
Description | Total | 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 |
Description
skipped | 0.000074s |
phpOMS\tests\System\File\Ftp\DirectoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 35 | 0 | 35 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000063s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000063s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000066s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000067s | |
skipped | 0.000063s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000063s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000061s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000062s | |
skipped | 0.000070s |
phpOMS\tests\System\File\Ftp\FileTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 25 | 0 | 25 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000063s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000070s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000060s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000062s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000061s | |
skipped | 0.000070s |
phpOMS\tests\System\File\Ftp\FtpStorageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 26 | 0 | 26 | 0.0% |
Statements | 44 | 0 | 44 | 0.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 79 | 0 | 79 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000064s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000068s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000063s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000065s | |
skipped | 0.000065s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000065s | |
skipped | 0.000065s | |
skipped | 0.000065s | |
skipped | 0.000064s | |
skipped | 0.000062s | |
skipped | 0.000065s | |
skipped | 0.000074s | |
skipped | 0.000065s | |
skipped | 0.000065s | |
skipped | 0.000065s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000065s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
skipped | 0.000066s | |
skipped | 0.000064s | |
skipped | 0.000064s | |
skipped | 0.000065s | |
successful | 0.000141s |
phpOMS\tests\System\File\Local\DirectoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 23 | 22 | 0 | 0 | 1 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000198s | |
successful | 0.000251s | |
successful | 0.000257s | |
successful | 0.000269s | |
successful | 0.000257s | |
successful | 0.000182s | |
successful | 0.000211s | |
successful | 0.000130s | |
successful | 0.000186s | |
successful | 0.000129s | |
successful | 0.000127s | |
successful | 0.000260s | |
successful | 0.000245s | |
successful | 0.000177s | |
successful | 0.000115s | |
successful | 0.000121s | |
failure | 0.000181s | |
successful | 0.000128s | |
successful | 0.000128s | |
successful | 0.000142s | |
successful | 0.000133s | |
successful | 0.000127s | |
successful | 0.000068s |
phpOMS\tests\System\File\Local\FileTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 24 | 22 | 0 | 0 | 2 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
failure | 0.000124s | |
successful | 0.000081s | |
successful | 0.000128s | |
successful | 0.000233s | |
successful | 0.000232s | |
successful | 0.000236s | |
successful | 0.000082s | |
successful | 0.000106s | |
successful | 0.000114s | |
failure | 0.000133s | |
successful | 0.000081s | |
successful | 0.000078s | |
successful | 0.000078s | |
successful | 0.000079s | |
successful | 0.000077s | |
successful | 0.000077s | |
successful | 0.000105s | |
successful | 0.000124s | |
successful | 0.000154s | |
successful | 0.000156s | |
successful | 0.000099s | |
successful | 0.000183s | |
successful | 0.000142s | |
successful | 0.000122s |
phpOMS\tests\System\File\Local\LocalStorageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000080s | |
successful | 0.000079s |
phpOMS\tests\System\File\PathExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000169s |
phpOMS\tests\System\File\PermissionExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000264s |
phpOMS\tests\System\Search\StringSearchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 4 | 0 | 100.0% |
Statements | 62 | 62 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000094s | |
successful | 0.000075s | |
successful | 0.000071s | |
successful | 0.000127s | |
successful | 0.000128s | |
successful | 0.000281s |
phpOMS\tests\UnhandledHandlerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 14 | 14 | 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 |
phpOMS\tests\Uri\UriSchemeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | 0.000067s |
phpOMS\tests\Utils\Barcode\AztecTest
Coverage
Description | Total | 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 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000450s |
phpOMS\tests\Utils\Barcode\BarAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 61 | 61 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000118s | |
successful | 0.000077s | |
successful | 0.000082s | |
successful | 0.000738s |
phpOMS\tests\Utils\Barcode\C128aTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000592s | |
successful | 0.000555s | |
successful | 0.000084s | |
successful | 0.000637s |
phpOMS\tests\Utils\Barcode\C128bTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000584s | |
successful | 0.000579s | |
successful | 0.000075s | |
successful | 0.000422s |
phpOMS\tests\Utils\Barcode\C128cTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 14 | 13 | 1 | 92.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000335s | |
successful | 0.000300s | |
successful | 0.000561s |
phpOMS\tests\Utils\Barcode\C25Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 19 | 19 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 5 | 5 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000461s | |
successful | 0.000437s | |
successful | 0.000082s | |
successful | 0.000077s | |
successful | 0.000707s |
phpOMS\tests\Utils\Barcode\C39Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 6 | 6 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000650s | |
successful | 0.000628s | |
successful | 0.000081s | |
successful | 0.000534s |
phpOMS\tests\Utils\Barcode\CodebarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 9 | 9 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000454s | |
successful | 0.000432s | |
successful | 0.000079s | |
successful | 0.004154s |
phpOMS\tests\Utils\Barcode\DatamatrixTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 17 | 3 | 14 | 17.6% |
Statements | 527 | 299 | 228 | 56.7% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.003337s | |
skipped | 0.000070s |
phpOMS\tests\Utils\Barcode\HIBCCTest
Coverage
Description | Total | 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 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s |
phpOMS\tests\Utils\Barcode\OrientationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000065s | |
successful | 0.000062s | |
successful | 0.015154s |
phpOMS\tests\Utils\Barcode\QRTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 73 | 19 | 54 | 26.0% |
Statements | 953 | 591 | 362 | 62.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.013762s | |
successful | 0.000079s |
phpOMS\tests\Utils\Converter\AngleTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000065s | |
successful | 0.000086s | |
successful | 0.000148s |
phpOMS\tests\Utils\Converter\AreaTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000070s | |
successful | 0.000094s | |
successful | 0.000141s |
phpOMS\tests\Utils\Converter\EnergyPowerTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s | |
successful | 0.000083s | |
successful | 0.000163s |
phpOMS\tests\Utils\Converter\FileSizeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000071s | |
successful | 0.000086s | |
successful | 0.000149s |
phpOMS\tests\Utils\Converter\LengthTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s | |
successful | 0.000118s | |
successful | 0.000071s |
phpOMS\tests\Utils\Converter\PressureTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000064s | |
successful | 0.000092s | |
successful | 0.000069s |
phpOMS\tests\Utils\Converter\SpeedTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000064s | |
successful | 0.000150s | |
successful | 0.000066s |
phpOMS\tests\Utils\Converter\TemperatureTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000062s | |
successful | 0.000078s | |
successful | 0.000067s |
phpOMS\tests\Utils\Converter\TimeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000062s | |
successful | 0.000081s | |
successful | 0.000069s |
phpOMS\tests\Utils\Converter\VolumeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000064s | |
successful | 0.000162s | |
successful | 0.000067s |
phpOMS\tests\Utils\Converter\WeightTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000063s | |
successful | 0.000094s | |
skipped | 0.000070s |
phpOMS\tests\Utils\Excel\ExcelTest
Coverage
Description | Total | 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 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000329s |
phpOMS\tests\Utils\IO\Csv\CsvSettingsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000162s | |
skipped | 0.000070s |
phpOMS\tests\Utils\IO\IODatabaseMapperTest
Coverage
Description | Total | 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 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000150s |
phpOMS\tests\Utils\IO\Json\InvalidJsonExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 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 |
Description
successful | 0.000092s |
phpOMS\tests\Utils\IO\Zip\TarTest
Coverage
Description | Total | 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 |
Description
successful | 0.000082s |
phpOMS\tests\Utils\IO\Zip\ZipTest
Coverage
Description | Total | 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 |
Description
successful | 0.000072s |
phpOMS\tests\Utils\ImageUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 4 | 4 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000061s | |
successful | 0.024714s | |
successful | 166.521645s | |
skipped | 0.000069s |
phpOMS\tests\Utils\PDF\PdfTest
Coverage
Description | Total | 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 | 0 | 1 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.022729s |
phpOMS\tests\Utils\Parser\Markdown\MarkdownTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 135 | 62 | 73 | 45.9% |
Statements | 1929 | 1453 | 476 | 75.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.001762s | |
successful | 0.000139s |
phpOMS\tests\Utils\RnG\DistributionTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000073s | |
successful | 0.000064s | |
successful | 0.000203s |
phpOMS\tests\Utils\TaskSchedule\ScheduleTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 9 | 8 | 1 | 88.9% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000207s | |
successful | 0.000162s |
phpOMS\tests\Validation\Finance\IbanEnumTest
Coverage
Description | Total | 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 |
Description
successful | 0.000070s |
phpOMS\tests\Validation\Finance\IbanErrorTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 3 | 3 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000065s | |
successful | 0.000071s | |
successful | 0.000135s |
phpOMS\tests\Validation\Finance\IbanTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 6 | 6 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000099s | |
successful | 0.000101s | |
successful | 0.000055s | |
successful | 0.000058s | |
successful | 0.000095s | |
successful | 0.000091s |
phpOMS\tests\Validation\Network\HostnameTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 2 | 2 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
successful | 0.000082s |
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Application\StatusAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 16 | 16 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Description
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s | |
skipped | s |
phpOMS\tests\Uri\UriSchemeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Account\PermissionHandlingTraitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 14 | 14 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Account\PermissionOwnerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Ai\NeuralNetwork\NeuronTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 0 | 3 | 0.0% |
Statements | 11 | 0 | 11 | 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 |
phpOMS\tests\Algorithm\Clustering\AffinityPropagationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Clustering\AgglomerativeClusteringTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Clustering\BirchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Clustering\DBSCANTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 0 | 6 | 0.0% |
Statements | 59 | 0 | 59 | 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 |
phpOMS\tests\Algorithm\Clustering\MeanShiftTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 0 | 7 | 0.0% |
Statements | 70 | 0 | 70 | 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 |
phpOMS\tests\Algorithm\Clustering\SpectralClusteringTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Clustering\WardTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\CoinMatching\AprioriTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 28 | 0 | 28 | 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 |
phpOMS\tests\Algorithm\Graph\DependencyResolverTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 18 | 13 | 5 | 72.2% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Graph\MarkovChainTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Scheduling\Dependency\IdleIntervalTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Scheduling\Dependency\IdleTimeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Scheduling\Dependency\JobStepTest
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 |
phpOMS\tests\Scheduling\Dependency\MachineTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Scheduling\Dependency\MachineTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Scheduling\Dependency\WorkerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Scheduling\Dependency\WorkerTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Scheduling\JobTest
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 |
phpOMS\tests\Scheduling\PriorityModeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Scheduling\ScheduleQueueTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 0 | 6 | 0.0% |
Statements | 69 | 0 | 69 | 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 |
phpOMS\tests\Algorithm\Optimization\AntColonyOptimizationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Optimization\BeesAlgorithmTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Optimization\FireflyAlgorithmTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Optimization\GeneticOptimizationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 30 | 0 | 30 | 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 |
phpOMS\tests\Algorithm\Optimization\HarmonySearchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Optimization\IntelligentWaterDropsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Optimization\SimulatedAnnealingTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 15 | 0 | 15 | 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 |
phpOMS\tests\Algorithm\Optimization\TabuSearchTest
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 |
phpOMS\tests\Algorithm\PathFinding\HeuristicTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\PathFinding\MovementTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\PathFinding\NullJumpPointNodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\PathFinding\NullNodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Algorithm\Rating\BradleyTerryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 20 | 0 | 20 | 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 |
phpOMS\tests\Algorithm\Rating\TrueSkillTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 13 | 0 | 13 | 0.0% |
Statements | 45 | 0 | 45 | 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 |
phpOMS\tests\Algorithm\Sort\SortOrderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Api\CreditRating\CreditSafeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 0 | 6 | 0.0% |
Statements | 93 | 0 | 93 | 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 |
phpOMS\tests\Api\Geocoding\NominatimTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 23 | 0 | 23 | 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 |
phpOMS\tests\Api\Payment\ChargeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Api\Payment\PaymentAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Api\Payment\PaymentFactoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Api\Payment\StripeTest
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 |
phpOMS\tests\Application\ApplicationStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Application\ApplicationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Business\Finance\DepreciationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Business\Recommendation\BayesianPersonalizedRankingTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 0 | 4 | 0.0% |
Statements | 29 | 0 | 29 | 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 |
phpOMS\tests\Business\Recommendation\MemoryCFTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 0 | 6 | 0.0% |
Statements | 44 | 0 | 44 | 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 |
phpOMS\tests\Business\Recommendation\ModelCFTest
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 |
phpOMS\tests\DataStorage\Cache\Connection\ConnectionAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 25 | 25 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\BuilderAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 3 | 3 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Connection\ConnectionAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 11 | 0 | 100.0% |
Statements | 12 | 12 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Connection\NullPDOTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 1 | 0 | 100.0% |
Statements | 1 | 1 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\GrammarAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 3 | 5 | 37.5% |
Statements | 71 | 56 | 15 | 78.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 |
phpOMS\tests\DataStorage\Database\Mapper\DataMapperAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 14 | 4 | 10 | 28.6% |
Statements | 146 | 73 | 73 | 50.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Mapper\DataMapperFactoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 21 | 13 | 8 | 61.9% |
Statements | 165 | 66 | 99 | 40.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Mapper\DeleteMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 2 | 5 | 28.6% |
Statements | 66 | 56 | 10 | 84.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 |
phpOMS\tests\DataStorage\Database\Mapper\MapperTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Mapper\ReadMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 17 | 3 | 14 | 17.6% |
Statements | 383 | 228 | 155 | 59.5% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Mapper\UpdateMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 3 | 5 | 37.5% |
Statements | 112 | 91 | 21 | 81.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Mapper\WriteMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 2 | 6 | 25.0% |
Statements | 142 | 104 | 38 | 73.2% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Query\OrderTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Query\ParameterTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 2 | 0 | 100.0% |
Statements | 2 | 2 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Schema\FieldTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Database\Schema\TableTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\DataStorage\Session\CacheSessionHandlerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 0 | 8 | 0.0% |
Statements | 17 | 0 | 17 | 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 |
phpOMS\tests\Session\JWTTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 5 | 0 | 5 | 0.0% |
Statements | 38 | 0 | 38 | 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 |
phpOMS\tests\Localization\BaseStringL11nTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 0 | 8 | 0.0% |
Statements | 19 | 0 | 19 | 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 |
phpOMS\tests\Localization\BaseStringL11nTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 0 | 6 | 0.0% |
Statements | 19 | 0 | 19 | 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 |
phpOMS\tests\Localization\Defaults\NullCityTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\Defaults\NullCountryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\Defaults\NullCurrencyTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\Defaults\NullIbanTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\Defaults\NullLanguageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\ISO3166TraitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 192 | 190 | 2 | 99.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\ISO639TraitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 254 | 251 | 3 | 98.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 |
phpOMS\tests\Localization\LanguageDetection\LanguageResultTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 13 | 2 | 11 | 15.4% |
Statements | 20 | 7 | 13 | 35.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\LanguageDetection\NgramParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 1 | 1 | 50.0% |
Statements | 28 | 27 | 1 | 96.4% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\LanguageDetection\Tokenizer\WhitespaceTokenizerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 9 | 8 | 1 | 88.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 |
phpOMS\tests\Localization\LanguageDetection\TrainerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 15 | 0 | 15 | 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 |
phpOMS\tests\Localization\LegalEntityEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Localization\NullBaseStringL11nTest
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 |
phpOMS\tests\Localization\NullBaseStringL11nTypeTest
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 |
phpOMS\tests\Localization\NullLocalizationTest
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 |
phpOMS\tests\Math\Numerics\Interpolation\DerivativeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Math\Optimization\SimplexTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 0 | 6 | 0.0% |
Statements | 80 | 0 | 80 | 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 |
phpOMS\tests\Math\Solver\Root\BisectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 13 | 0 | 13 | 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 |
phpOMS\tests\Math\Solver\Root\IllinoisTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 22 | 0 | 22 | 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 |
phpOMS\tests\Math\Solver\Root\RegulaFalsiTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 15 | 0 | 15 | 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 |
phpOMS\tests\Math\Statistic\Forecast\Regression\MultipleLinearRegressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 0 | 3 | 0.0% |
Statements | 8 | 0 | 8 | 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 |
phpOMS\tests\Math\Statistic\Forecast\Regression\RegressionAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 6 | 0 | 100.0% |
Statements | 31 | 31 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Math\Topology\Kernels2DTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 0 | 9 | 0.0% |
Statements | 27 | 0 | 27 | 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 |
phpOMS\tests\Math\Topology\KernelsNDTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 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 |
phpOMS\tests\Message\Http\ImpressionStatTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 0.0% |
Statements | 23 | 0 | 23 | 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 |
phpOMS\tests\Message\Mail\DispositionTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\DsnNotificationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\EmailTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 48 | 22 | 26 | 45.8% |
Statements | 874 | 231 | 643 | 26.4% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\EncodingTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\EncryptionTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\HeaderContextTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\ICALMethodTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\SMTPAuthTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\SmtpTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 26 | 0 | 26 | 0.0% |
Statements | 253 | 0 | 253 | 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 |
phpOMS\tests\Message\Mail\SmtpTransactionPatternTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Mail\SubmitTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\NotificationLevelTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Message\Socket\SocketHeaderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 18 | 0 | 18 | 0.0% |
Statements | 18 | 0 | 18 | 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 |
phpOMS\tests\Message\Socket\SocketRequestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 0 | 6 | 0.0% |
Statements | 6 | 0 | 6 | 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 |
phpOMS\tests\Message\Socket\SocketResponseTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 0 | 8 | 0.0% |
Statements | 42 | 0 | 42 | 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 |
phpOMS\tests\Model\Message\DomTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 9 | 8 | 1 | 88.9% |
Statements | 23 | 21 | 2 | 91.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Model\Message\DomActionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Model\Message\FormValidationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 5 | 1 | 83.3% |
Statements | 14 | 12 | 2 | 85.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 |
phpOMS\tests\Model\Message\NotifyTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 6 | 5 | 1 | 83.3% |
Statements | 23 | 21 | 2 | 91.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Model\Message\RedirectTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 7 | 1 | 87.5% |
Statements | 21 | 19 | 2 | 90.5% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Model\Message\ReloadTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 7 | 6 | 1 | 85.7% |
Statements | 15 | 13 | 2 | 86.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 |
phpOMS\tests\Module\ModuleStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Module\UpdaterAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Router\RouteStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Socket\SocketAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 0 | 3 | 0.0% |
Statements | 8 | 0 | 8 | 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 |
phpOMS\tests\Stdlib\Base\FloatIntTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 16 | 14 | 2 | 87.5% |
Statements | 69 | 54 | 15 | 78.3% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\System\File\Ftp\FileAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 11 | 0 | 11 | 0.0% |
Statements | 22 | 0 | 22 | 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 |
phpOMS\tests\System\File\Local\FileAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 14 | 14 | 0 | 100.0% |
Statements | 32 | 32 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\System\File\StorageAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 16 | 16 | 0 | 100.0% |
Statements | 16 | 16 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Utils\Barcode\CodeAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 8 | 0 | 100.0% |
Statements | 23 | 23 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Utils\Barcode\TwoDAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 33 | 33 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Utils\Encoding\Base64UrlTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 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 |
phpOMS\tests\Utils\Formatter\HtmlFormatterTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 6 | 0 | 6 | 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 |
phpOMS\tests\Utils\Git\NullCommitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Utils\IO\Csv\CsvDatabaseMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 4 | 0 | 4 | 0.0% |
Statements | 58 | 0 | 58 | 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 |
phpOMS\tests\Utils\Parser\Calendar\ICalParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 2 | 0 | 2 | 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 |
phpOMS\tests\Utils\Parser\Document\DocumentParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 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 |
phpOMS\tests\Utils\Parser\Document\DocumentWriterTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 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 |
phpOMS\tests\Utils\Parser\Pdf\PdfParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 56 | 0 | 56 | 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 |
phpOMS\tests\Utils\Parser\Presentation\PresentationParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 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 |
phpOMS\tests\Utils\Parser\Presentation\PresentationWriterTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 8 | 0 | 8 | 0.0% |
Statements | 196 | 0 | 196 | 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 |
phpOMS\tests\Utils\Parser\Spreadsheet\SpreadsheetParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 0.0% |
Statements | 21 | 0 | 21 | 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 |
phpOMS\tests\Utils\Parser\Spreadsheet\SpreadsheetWriterTest
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 |
phpOMS\tests\Utils\RnG\EmailTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 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 |
phpOMS\tests\Utils\RnG\UUIDTest
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 |
phpOMS\tests\Utils\TaskSchedule\NullCronJobTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Utils\TaskSchedule\NullScheduleTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Utils\TaskSchedule\TaskStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Validation\Finance\EUVatTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 1 | 0 | 1 | 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 |
phpOMS\tests\Validation\ValidatorAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 3 | 3 | 0 | 100.0% |
Statements | 4 | 4 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Views\NullViewTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
phpOMS\tests\Views\ViewAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 15 | 11 | 4 | 73.3% |
Statements | 54 | 47 | 7 | 87.0% |
Tests
Description | Total | OK | Skipps | Warnings | Failures | Errors |
---|---|---|---|---|---|---|
Tests | 0 | 0 | 0 | 0 | 0 | 0 |
Static Tests | 1 | 1 | 0 | 0 | 0 | 0 |
Code Style | 0 | 0 | 0 | 0 | 0 | 0 |
Event\tests\EventManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Application\tests\ApplicationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Application\tests\ApplicationInfoTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Application\tests\ApplicationAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Application\tests\StatusAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Application\tests\ApplicationManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Application\tests\InstallerAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Application\tests\ApplicationStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Application\tests\UninstallerAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
UnhandledHandlerTest\tests
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Config\tests\OptionsTraitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Config\tests\OptionsInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Config\tests\SettingsInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\UploadedFileInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Cli\CliRequestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Cli\CliResponseTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Cli\CliHeaderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\RequestAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\NotificationLevelTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Socket\PacketTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Socket\SocketResponseTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Socket\SocketRequestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Socket\PacketManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Socket\SocketHeaderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\MessageInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\HeaderAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\ImpressionStatTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\RestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\RequestStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\RequestMethodTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\HttpHeaderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\RequestStatusCodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\HttpResponseTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\BrowserTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\HttpRequestTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\Http\OSTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Message\tests\ResponseAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
preloadTest\tests
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Ai\tests\NeuralNetwork\NeuronTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Ai\tests\Ocr\Tesseract\TesseractOcrTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Ai\tests\Ocr\BasicOcrTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\SchemaMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\GrammarAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\DatabaseStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\BuilderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\TableTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\QueryTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\Grammar\SQLiteGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\Grammar\GrammarInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\Grammar\MysqlGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\Grammar\PostgresGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\Grammar\SqlServerGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\Grammar\GrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\Grammar\OracleGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Schema\FieldTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\BuilderAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\DatabaseTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Exception\InvalidDatabaseTypeExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Exception\InvalidConnectionConfigExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Exception\InvalidMapperExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\DatabasePoolTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\BuilderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\SelectTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\JoinTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\QueryTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\CountTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\ExpressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\IntoTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\ParameterTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\WhereTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\OrderTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\Grammar\SQLiteGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\Grammar\GrammarInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\Grammar\MysqlGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\Grammar\PostgresGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\Grammar\SqlServerGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\Grammar\GrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\Grammar\OracleGrammarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\FromTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Query\ColumnTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\RelationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Mapper\DataMapperFactoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Mapper\MapperTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Mapper\DataMapperAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Mapper\WriteMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Mapper\DeleteMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Mapper\UpdateMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Mapper\ReadMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\SQLiteConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\SqlServerConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\MysqlConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\NullConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\ConnectionFactoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\NullPDOTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\ConnectionAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\PostgresConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Database\Connection\ConnectionInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Session\JWTTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Session\SessionInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Session\CacheSessionHandlerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Session\HttpSessionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\LockExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\DataStoragePoolInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\DataStorageConnectionInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\Cookie\CookieJarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
DataStorage\tests\DataMapperInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Security\tests\PhpCodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Security\tests\GuardTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Security\tests\EncryptionHelperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO3166CharEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\BaseStringL11nTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\NullCurrencyTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\CountryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\CurrencyTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\CurrencyMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\CityTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\NullCountryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\NullLanguageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\CityMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\IbanMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\IbanTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\NullCityTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\NullIbanTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\LanguageMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\CountryMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\Defaults\LanguageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO4217SymbolEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\NullBaseStringL11nTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO4217NumEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\BaseStringL11nTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\NullLocalizationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO4217CharEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO639TraitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\L11nManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO3166TraitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO639EnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\LegalEntityTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO3166NameEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO3166TwoEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO8601EnumArrayTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO639x1EnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO4217EnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\MoneyTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO639x2EnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO4217DecimalEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\TimeZoneEnumArrayTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO3166NumEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\LocalizationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\LanguageDetection\LanguageResultTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\LanguageDetection\NgramParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\LanguageDetection\TrainerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\LanguageDetection\Tokenizer\WhitespaceTokenizerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\LanguageDetection\LanguageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\NullBaseStringL11nTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\PhoneEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Localization\tests\ISO4217SubUnitEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Rating\Glicko2Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Rating\EloTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Rating\Glicko1Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Rating\BradleyTerryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Optimization\GeneticOptimizationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Optimization\AntColonyOptimizationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Optimization\FireflyAlgorithmTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Optimization\IntelligentWaterDropsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Optimization\SimulatedAnnealingTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Optimization\TabuSearchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Optimization\HarmonySearchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Optimization\BeesAlgorithmTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\BirchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\DBSCANTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\AgglomerativeClusteringTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\AffinityPropagationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\PointInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\WardTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\MeanShiftTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\PointTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\KmeansTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Clustering\SpectralClusteringTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\CoinMatching\MinimumCoinProblemTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Graph\DependencyResolverTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Graph\MarkovChainTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Knapsack\ContinuousTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Knapsack\BackpackInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Knapsack\BackpackTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Knapsack\ItemTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Knapsack\ItemInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Knapsack\BoundedTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Frequency\AprioriTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Maze\MazeGeneratorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\NullNodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\NodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\HeuristicTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\JumpPointSearchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\MovementTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\NullJumpPointNodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\AStarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\JumpPointNodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\HeuristicTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\PathFinderInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\GridTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\PathTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\PathFinding\AStarNodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\SortInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\CycleSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\TimSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\InsertionSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\BucketSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\BitonicSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\StoogeSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\BubbleSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\QuickSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\GnomeSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\MergeSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\ShellSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\CombSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\OddEvenSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\IntroSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\SelectionSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\SortableInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\HeapSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\CocktailShakerSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\SortOrderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Algorithm\tests\Sort\PancakeSortTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Asset\tests\AssetTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Asset\tests\AssetManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Matrix\CholeskyDecompositionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Matrix\IdentityMatrixTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Matrix\VectorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Matrix\LUDecompositionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Matrix\Exception\InvalidDimensionExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Matrix\MatrixTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Matrix\EigenvalueDecompositionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Matrix\QRDecompositionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Exception\ZeroDivisionExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\BasicTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\VectorAutoregressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\ProphetTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\BayesianStructuralTimeSeriesTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\ErrorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\DynamicLinearModelsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\Regression\MultipleLinearRegressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\Regression\LogLogRegressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\Regression\PolynomialRegressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\Regression\LevelLevelRegressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\Regression\LevelLogRegressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\Regression\RegressionAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\Regression\LogLevelRegressionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\ARIMA\ARIMATest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\ARIMA\SARIMAXTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\ARIMA\SARIMATest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\ForecastsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\LongShortTermMemoryNetworksTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\GradientBoostingMachinesTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\ExponentialSmoothingTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\Forecast\SeasonalTrendDecompositionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\AverageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\MeasureOfDispersionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Statistic\CorrelationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Number\NumbersTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Number\NaturalTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Number\IntegerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Number\NumberTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Number\ComplexTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Number\OperationInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Number\PrimeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Functions\BetaTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Functions\GammaTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Functions\FibonacciTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Functions\FunctionsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Parser\EvaluatorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Numerics\IntegrationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Numerics\Interpolation\LinearInterpolationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Numerics\Interpolation\DerivativeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Numerics\Interpolation\CubicSplineInterpolationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Numerics\Interpolation\InterpolationInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Numerics\Interpolation\LagrangeInterpolationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Topology\Metrics2DTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Topology\Kernel2DTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Topology\MetricsNDTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Topology\KernelsNDTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\BinomialDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\WeibullDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\CauchyDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\ExponentialDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\LogisticDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\UniformDistributionDiscreteTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\ChiSquaredDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\LogDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\BernoulliDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\NormalDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\GammaDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\BetaDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\GeometricDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\ZTestingTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\HypergeometricDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\TDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\UniformDistributionContinuousTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\FDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\PoissonDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\LogNormalDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\LaplaceDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\Distribution\ParetoDistributionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Stochastic\NaiveBayesClassifierTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\ConvexHull\MonotoneChainTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D3\ConeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D3\SphereTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D3\CuboidTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D3\CylinderTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D3\D3ShapeInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D3\PrismTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D3\RectangularPyramidTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D3\TetrahedronTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\ShapeInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D2\CircleTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D2\PolygonTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D2\EllipseTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D2\TriangleTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D2\QuadrilateralTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D2\RectangleTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D2\D2ShapeInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Geometry\Shape\D2\TrapezoidTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Solver\Root\RegulaFalsiTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Solver\Root\IllinoisTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Math\tests\Solver\Root\BisectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Queue\PriorityQueueTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Queue\PriorityModeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Map\MultiMapTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Map\KeyTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Map\OrderTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Graph\NodeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Graph\GraphTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Graph\EdgeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\NullLocationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\AddressTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\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 |
Stdlib\tests\Base\PhoneTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\HeapTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\LocationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\Exception\InvalidEnumValueTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\Exception\InvalidEnumNameTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\EnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\EnumArrayTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\IbanTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\HeapItemInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\SmartDateTimeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Stdlib\tests\Base\FloatIntTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Log\tests\LoggerInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Log\tests\LogLevelTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Log\tests\FileLoggerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Contract\tests\SerializableInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Contract\tests\RenderableInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Contract\tests\StreamInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Contract\tests\ArrayableInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Socket\tests\SocketAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Socket\tests\SocketInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Socket\tests\Client\NullClientConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Socket\tests\Client\ClientTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Socket\tests\Client\ClientConnectionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Socket\tests\Server\ClientManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Socket\tests\Server\ServerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Dispatcher\tests\DispatcherTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Dispatcher\tests\DispatcherInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Router\tests\RouteVerbTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Router\tests\WebRouterTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Router\tests\RouteStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Router\tests\RouterInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Router\tests\SocketRouterTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Image\tests\KernelTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Image\tests\SkewTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Image\tests\ThresholdingTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Uri\tests\InvalidUriExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Uri\tests\UriFactoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Uri\tests\HttpUriTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Uri\tests\UriInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Uri\tests\ArgumentTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Uri\tests\UriSchemeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Views\tests\NullViewTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Views\tests\PaginationViewTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Views\tests\ViewAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Views\tests\ViewTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\Payment\ChargeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\Payment\PaymentFactoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\Payment\StripeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\Payment\PaymentAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\Geocoding\NominatimTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\CreditRating\CreditSafeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\CreditRating\CreditRatingInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\EUVAT\EUVATViesTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\EUVAT\EUVATBffOnlineTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Api\tests\EUVAT\EUVATInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
AutoloaderTest\tests
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Auth\tests\LoginReturnTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Auth\tests\AuthTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
AutoloadExceptionTest\tests
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\StringCompareTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\NumericUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\ArrayUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\PermutationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\ColorUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\ImageUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\EnergyPowerTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\TimeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\MeasurementTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\LengthTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\AngleTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\CurrencyTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\IpTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\WeightTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\AreaTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\FileTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\VolumeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\FileSizeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\SpeedTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\TemperatureTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\NumericTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Converter\PressureTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\SchedulerAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\CronTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\SchedulerFactoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\NullScheduleTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\TaskStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\ScheduleTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\NullCronJobTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\TaskSchedulerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\TaskFactoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\CronJobTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\IntervalTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TaskSchedule\TaskAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\StringUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Csv\CsvInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Csv\CsvSettingsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Csv\CsvDatabaseMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Pdf\PdfInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Spreadsheet\SpreadsheetInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Spreadsheet\SpreadsheetDatabaseMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Json\JsonInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Json\InvalidJsonExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\IODatabaseMapperTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\ExchangeInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Zip\GzTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Zip\TarGzTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Zip\ZipTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Zip\TarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\IO\Zip\ArchiveInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\UUIDTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\LinearCongruentialGeneratorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\DistributionTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\PhoneTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\StringUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\TextTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\NameTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\FileTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\EmailTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\DateTimeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\RnG\ArrayRandomizeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Encoding\Huffman\DictionaryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Encoding\Huffman\HuffmanTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Encoding\CaesarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Encoding\XorEncodingTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Encoding\EncodingInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Encoding\Base64UrlTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Encoding\GrayTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\MbStringUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Git\AuthorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Git\BranchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Git\GitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Git\RepositoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Git\TagTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Git\NullCommitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Git\CommitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Parser\Pdf\PdfParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Parser\Calendar\ICalParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Parser\Php\ArrayParserTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\CodebarTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\TwoDAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\AztecTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\DatamatrixTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\BarAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\QRTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\C128cTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\CodeAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\C25Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\C128bTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\C128aTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\C39Test
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Barcode\OrientationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\TestUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Formatter\HtmlFormatterTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Compression\LZWTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Utils\tests\Compression\CompressionInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Marketing\MetricsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Marketing\NetPromoterScoreTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Marketing\PageRankTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Marketing\CustomerValueTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Finance\DepreciationTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Finance\FinanceFormulasTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Finance\LorenzkurveTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Finance\ForensicsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Finance\StockBondsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Finance\LoanTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Finance\DepreciationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Sales\MarketShareEstimationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Programming\MetricsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Recommendation\ArticleCorrelationAffinityTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Recommendation\MemoryCFTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Business\tests\Recommendation\ModelCFTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Message\DomActionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Message\DomTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Message\ReloadTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Message\DynamicListTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Message\NotifyTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Message\FormValidationTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Message\RedirectTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Html\HeadTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Html\FormElementGeneratorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Model\tests\Html\MetaTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\tests\AccountStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\tests\AccountTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\tests\PermissionTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\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 |
Account\tests\PermissionHandlingTraitTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\tests\PermissionAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\tests\GroupStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\tests\AccountManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\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 |
Account\tests\PermissionOwnerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Account\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 |
Account\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 |
PreloaderTest\tests
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\ValidatorTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Network\IpTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Network\HostnameTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Network\EmailTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Finance\BICTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Finance\CreditCardTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Finance\IbanEnumTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Finance\IbanErrorTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Finance\IbanTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Finance\EUVatTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\ValidatorInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Base\JsonTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\Base\DateTimeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Validation\tests\ValidatorAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\SystemTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\SystemUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\MimeTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\CharsetTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\PermissionExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\ContentPutModeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Ftp\FileTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Ftp\FtpContainerInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Ftp\FtpStorageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Ftp\FileAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Ftp\DirectoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\FileUtilsTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\FileInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\DirectoryInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\StorageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\ExtensionTypeTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\StorageAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\ContainerInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\PathExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Local\LocalContainerInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Local\LocalStorageTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Local\FileTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Local\FileAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\File\Local\DirectoryTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\OperatingSystemTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
System\tests\Search\StringSearchTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\PackageManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\ModuleAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\SocketInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\ModuleStatusTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\ModuleManagerTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\WebInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\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 |
Module\tests\Exception\InvalidThemeExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\Exception\InvalidModuleExceptionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\StatusAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\ModuleInfoTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\UpdaterAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\InstallerAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\CliInterfaceTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Module\tests\UninstallerAbstractTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |
Version\tests\VersionTest
Coverage
Description | Total | Covered | Uncovered | Ratio |
---|---|---|---|---|
Methods | 0 | 0 | 0 | 100.0% |
Statements | 0 | 0 | 0 | 100.0% |
Tests
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 |