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

signdict / website / ac791a6a79ac45bb1fb32e214c33c7890f845e69

04 Oct 2025 07:53PM UTC coverage: 90.727%. First build
ac791a6a79ac45bb1fb32e214c33c7890f845e69

Pull #1660

github

bitboxer
More deprecations
Pull Request #1660: Update a few things

55 of 61 new or added lines in 26 files covered. (90.16%)

1223 of 1348 relevant lines covered (90.73%)

86.35 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/lib/sign_dict/services/blank.ex
1
defmodule SignDict.Services.Blank do
NEW
2
  def is_blank?(nil) do
×
3
    true
4
  end
5

6
  def is_blank?(string) do
NEW
7
    str_len =
×
8
      string
9
      |> String.trim()
10
      |> String.length()
11

NEW
12
    str_len == 0
×
13
  end
14
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc