travis-ci-com
304 of 452 branches covered (67.26%)
Branch coverage included in aggregate %.
936 of 1032 relevant lines covered (90.7%)
44.74 hits per line
1 |
import {last} from 'lodash'; |
|
2 |
|
12× |
3 |
export function lastDirname(path?: string): string { |
12× |
4 |
return <string>last((path || process.cwd()).split(/[\\/]/g)); |
|
UNCOV
5
|
} |
Branches [[0, 0], [0, 1]] missed. ! |