|
Ran
|
Files
116
|
Run time
16s
|
Badge
README BADGES
|
push
travis-ci
Ported ParagraphWrapper.php from JS to PHP * Moved attempted use of globals to class static variables which are initialized with sets. You have to keep the definitions simple and then in the constructor you determine if they have been initialized and do it once. You cannot initialize the variable with complex initializers in their declaration. * Additional porting to php and adapting to new token classes. Added several methods to Util.php as required dependencies. Fixed a porting bug and change in JS needing to be migrated. * This file was previously ported as part of php_prototype branch and tested. * Function headers were added, function calls in for loops were moved outside the for ( ... statements. Change-Id: I921045045
9405 of 11816 branches covered (79.6%)
14816 of 17566 relevant lines covered (84.34%)
27080.3 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|