• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nikic / PHP-Parser
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: iter
DEFAULT BRANCH: master
Repo Added 13 Feb 2016 10:31PM UTC
Files 270
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH iter
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 2.x
  • 3.x
  • 4.x
  • add-get-visitors-for-node
  • attributes
  • attributes-on-constants
  • br-alias
  • br-alias-5x
  • calebdw/push-tqntykytzkvo
  • clone-all-syntax
  • clone-function
  • deprecate-double-cast
  • do-not-try-to-re-clone
  • errorHandler
  • feature/cast_kinds
  • final_param
  • fix-name-context
  • fix-pretty-print-label-map
  • fix/typo-defaul-in-pretty-printing-docs
  • fix_PrettyPrinterAbstract
  • fixb
  • flag-helper-methods
  • formatPreservingPrint
  • function-named-fn
  • identifiersAsNodes
  • iter
  • list
  • list-types
  • master
  • nameString
  • orest/print-custom-raw-value
  • patch-1
  • phpdoc
  • prevent-param-void-type
  • promoted-param
  • reject-multi-hooked-property
  • remove-assert-get-args
  • remove-key
  • remove-useless-cast-doc
  • security/emulation-and-unicode-conformance
  • simple
  • tv-add-stmts-iterable
  • tv-array-types
  • tv-trailing-variadic
  • union-types
  • use-colon-instead-of-semicolon-for-case-statements
  • use-deprecated
  • v2.0.1
  • v2.1.0
  • v2.1.1
  • v3.0.0
  • v3.0.0alpha1
  • v3.0.0beta1
  • v3.0.0beta2
  • v3.0.1
  • v3.0.2
  • v3.0.3
  • v3.0.4
  • v3.0.5
  • v3.0.6
  • v3.1.0
  • v3.1.1
  • v3.1.2
  • v3.1.3
  • v3.1.4
  • v3.1.5
  • v4.0.0
  • v4.0.0alpha1
  • v4.0.0alpha2
  • v4.0.0alpha3
  • v4.0.0beta1
  • v4.0.1
  • v4.0.2
  • v4.0.3
  • v4.0.4
  • v4.1.0
  • v4.1.1
  • v4.10.4
  • v4.10.5
  • v4.11.0
  • v4.12.0
  • v4.13.1
  • v4.13.2
  • v4.14.0
  • v4.15.0
  • v4.15.1
  • v4.15.2
  • v4.15.3
  • v4.15.4
  • v4.15.5
  • v4.16.0
  • v4.17.0
  • v4.17.1
  • v4.18.0
  • v4.19.0
  • v4.19.1
  • v4.19.2
  • v4.19.3
  • v4.19.4
  • v4.19.5
  • v4.2.0
  • v4.2.1
  • v4.2.2
  • v4.2.3
  • v4.2.4
  • v4.2.5
  • v4.3.0
  • v4.4.0
  • v4.5.0
  • v4.6.0
  • v4.7.0
  • v4.8.0
  • v5.0.0
  • v5.0.0alpha1
  • v5.0.0alpha2
  • v5.0.0alpha3
  • v5.0.0beta1
  • v5.0.0rc1
  • v5.0.1
  • v5.0.2
  • v5.2.0
  • v5.3.0
  • v5.3.1
  • v5.4.0
  • v5.5.0
  • v5.6.0
  • v5.6.1
  • v5.6.2
  • v5.7.0
  • v5.8.0
  • variadic-no-trailing-comma
  • weak

23 Jul 2026 08:19AM UTC coverage: 92.697% (+0.003%) from 92.694%
29993891020

Pull #1161

github

web-flow
Merge 905fe9718 into fbd47f7eb
Pull Request #1161: Use iteration over recursion in `PrettyPrinterAbstract::newOperandRequiresParens()`

11 of 11 new or added lines in 1 file covered. (100.0%)

7730 of 8339 relevant lines covered (92.7%)

230.26 hits per line

Relevant lines Covered
Build:
Build:
8339 RELEVANT LINES 7730 COVERED LINES
230.26 HITS PER LINE
Source Files on master
  • Tree
  • List 270
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29993891020 iter Merge 905fe9718 into fbd47f7eb Pull #1161 23 Jul 2026 09:06AM UTC web-flow github
92.7
29989852717 patch-1 Merge 516129c3d into fbd47f7eb Pull #1160 23 Jul 2026 08:00AM UTC web-flow github
92.69
29673391156 master Merge 31754522a into fbd47f7eb Pull #1159 19 Jul 2026 04:29AM UTC web-flow github
92.88
29644100157 master Merge 9fb848c3b into fbd47f7eb Pull #1159 18 Jul 2026 12:19PM UTC web-flow github
92.88
29634090209 master Merge f42b0e5cc into fbd47f7eb Pull #1159 18 Jul 2026 06:30AM UTC web-flow github
92.88
29159067553 master Fix attribute insertion on enum cases in formatting-preserving printer push 11 Jul 2026 04:03PM UTC nikic github
92.69
29154963353 fix_PrettyPrinterAbstract Merge 1cc350fa6 into 04ba49c3a Pull #1157 11 Jul 2026 01:49PM UTC web-flow github
92.69
29112504857 master Anchor the void cast emulator's interior whitespace check VoidCastEmulator::emulate() gated the interior whitespace of a (void) cast with an unanchored /[ \t]+/, matching runs that also contain a newline. The engine forbids newlines inside a cast... push 10 Jul 2026 05:52PM UTC nikic github
92.69
29110822465 security/emulation-and-unicode-conformance Merge 60670f087 into 021f4123a Pull #1155 10 Jul 2026 05:51PM UTC web-flow github
92.69
29108499304 master Fix attribute insertion on enums in formatting-preserving printer (#1156) Currently, the code is formatted to: ``` <?php #[X] enum E { #[X] case A; case B; case C; } push 10 Jul 2026 04:45PM UTC web-flow github
92.68
See All Builds (1646)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc