Rating | Name | Duplication | Size | Complexity | Changes | Bugs | Features |
---|---|---|---|---|---|---|---|
C | Freckle\ArrayDotCollection::get() | 0 | 17 | 7 | 1 | 0 | 0 |
A | ArrayDotCollectionTest::test_collection_gets_nested_path_value() | 13 | 8 | 1 | 1 | 0 | 1 |
A | ArrayDotCollectionTest::test_collection_gets_deep_nested_path_value() | 17 | 10 | 1 | 1 | 0 | 1 |
A | Enzyme\Freckle\Dot::get() | 0 | 8 | 2 | 1 | 0 | 0 |
A | ArrayDotCollectionTest::test_collection_gets_nested_path_with_numeric_keys_value() | 15 | 9 | 1 | 1 | 0 | 1 |
A | Enzyme\Freckle\Dot::resolve() | 0 | 4 | 2 | 1 | 0 | 0 |
A | DotTest::test_dot_resolves_array_collection_and_returns_expected_value() | 13 | 8 | 1 | 1 | 0 | 1 |
A | DotTest::test_dot_throws_exception_on_invalid_collection_type() | 0 | 4 | 1 | 1 | 0 | 1 |
A | ArrayDotCollectionTest::test_collection_gets_shallow_path_value() | 11 | 7 | 1 | 1 | 0 | 1 |
A | ArrayDotCollectionTest::test_collection_gets_null_on_non_existent_path() | 0 | 6 | 1 | 1 | 0 | 1 |