the-matrix/finite-state-machine

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
LICENSE.md
README.md
VERSION
build.sh
composer.json
phpunit.travis.xml
phpunit.xml
src/StateMachine/Builder/statemachine.xsd
src/StateMachine/Builder/XmlBuilder.php115
A
3 hrs
src/StateMachine/Events/EventableStateGraph.php49
src/StateMachine/Events/StateGraphEvent.php16
src/StateMachine/Events/StateGraphEventType.php9
src/StateMachine/Exceptions/DuplicateStateException.php5
src/StateMachine/Exceptions/DuplicateTransitionException.php5
src/StateMachine/Exceptions/InvalidGraphException.php5
src/StateMachine/Exceptions/InvalidStateException.php5
src/StateMachine/Exceptions/InvalidStateMachineFileException.php5
src/StateMachine/Exceptions/InvalidTransitionException.php5
src/StateMachine/Exceptions/StateMachineException.php5
src/StateMachine/Interfaces/Describable.php7
src/StateMachine/Interfaces/StateAware.php10
src/StateMachine/Interfaces/StateGraphEventable.php15
src/StateMachine/Interfaces/StateMachineBuilder.php8
src/StateMachine/State.php13
src/StateMachine/StateGraph.php148
src/StateMachine/States.php14
src/StateMachine/Traits/Describing.php15
src/StateMachine/Traits/HasState.php22
src/StateMachine/Traits/StateGraphEventing.php44
src/StateMachine/Transition.php33
src/StateMachine/Transitions.php14