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

PHPOffice / PHPPresentation / 33717342196
94%

Build:
DEFAULT BRANCH: master
Ran 03 Sep 2026 05:08AM UTC
Jobs 1
Files 147
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

03 Sep 2026 05:03AM UTC coverage: 94.095% (+0.03%) from 94.062%
33717342196

push

github

web-flow
ODPresentation Reader : Read a paragraph's line spacing out of the line height (#980)

`loadStyle()` asks whether `fo:line-height` is there and then takes both the unit and the value out
of `fo:margin-bottom`. A line spacing therefore came back as the margin below the paragraph, cut to
an integer, and the mode always came back as points, because a margin is written in centimetres and
never in per cent.

`fo:margin-top` and `fo:margin-bottom` are written to six decimals rather than three: a point is
127/3600 cm, so three decimals lose about a seventieth of a point, and 11 points came back as
10.998425196850395. The two Writer tests that pinned the old three decimals now pin the six.

`Alignment::getLevel()` is lost as well and is left alone: a level lives in the nesting of
`text:list`, and a list is written only for a paragraph that carries a bullet, so a level on a plain
paragraph has nowhere to go. Where it should go is a decision rather than a fix.

6 of 6 new or added lines in 2 files covered. (100.0%)

11314 of 12024 relevant lines covered (94.1%)

71.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33717342196.1 03 Sep 2026 05:08AM UTC 147
94.1
GitHub Action Run
Source Files on build 33717342196
  • Tree
  • List 147
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 957bb90b on github
  • Prev Build on master (#33716696556)
  • Next Build on master (#33961851893)
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