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

PHPOffice / PHPPresentation / 32119246456
93%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2026 09:02AM UTC
Jobs 1
Files 141
Run time 1min
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

18 Aug 2026 08:59AM UTC coverage: 91.64% (+0.02%) from 91.622%
32119246456

push

github

web-flow
fix: the ODPresentation writer draws the chart it was given (#901)

Five defects of the chart output, each of them visible when the
document is opened in LibreOffice :

- a serie wrote a single `chart:data-point` repeated once, so only the
  first value was drawn ; the points taking the style of the serie are
  now counted and their run written with the right `chart:repeated`
- the chart style wrote `draw:fill-color` without `draw:fill`, and the
  ODF default being a solid fill, every chart came out on a black
  background
- the legend was written whatever `Legend::isVisible()` said
- `chart:data-label-number` was written on the style of the serie only,
  where LibreOffice reads it from the style of the plot area, so the
  values never showed
- a serie leaving its fill untouched wrote `draw:fill="none"` and came
  out transparent ; it now says nothing about its colour, as the OOXML
  writer already does, and the application picks one

The charts LibreOffice writes itself carry `chart:repeated` summing to
the number of values, an explicit `draw:fill` on the chart style and a
`draw:fill-color` without `draw:fill` on the style of a serie.

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

9910 of 10814 relevant lines covered (91.64%)

43.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32119246456.1 18 Aug 2026 09:02AM UTC 141
91.64
GitHub Action Run
Source Files on build 32119246456
  • Tree
  • List 141
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3eb8cb77 on github
  • Prev Build on master (#31707322225)
  • Next Build on master (#32171395548)
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