Rating | Name | Duplication | Size | Complexity | Changes | Bugs | Features |
---|---|---|---|---|---|---|---|
A | PhpSimple\Queue::contains() | 0 | 1 | 1 | 1 | 0 | 1 |
A | PhpSimple\Queue::__construct() | 0 | 0 | 1 | 1 | 0 | 1 |
A | PhpSimple\Queue::push() | 0 | 2 | 2 | 1 | 0 | 1 |
A | PhpSimple\Queue::pop() | 0 | 3 | 2 | 1 | 0 | 1 |
A | PhpSimple\Queue::peek() | 0 | 1 | 1 | 1 | 0 | 1 |
A | PhpSimple\Queue::clear() | 0 | 1 | 1 | 1 | 0 | 1 |
A | PhpSimple\Queue::count() | 0 | 1 | 1 | 1 | 0 | 1 |
A | PhpSimple\Queue::isEmpty() | 0 | 1 | 1 | 1 | 0 | 1 |